body{
    font-family: arial;
    background-image: linear-gradient(#27272a, #1b1b1d);
    background-attachment: fixed;
}
.main{
    padding: 50px;
}

.interior{
    background-color: #313131;
    width: 1000px;
    height: 2000px;
    margin: auto;
    border-style: solid;
    border-color: #4f4f4f;
    border-radius: 15px;
    padding: 30px;
    position:relative;
    color: white;
    z-index: 0;
    font-size: 20px;


}

.headbar{
    width: 300px;
    height: 100px;
    margin: auto;
    border-style: none;
    border-color: #4f4f4f;
    border-radius: 15px;
    z-index: 0;
      image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;

    image-rendering: crisp-edges;
}



.button2{
    width: 300px;
    height: 30px;
    background-image: linear-gradient(green, limegreen);
    border-radius: 50px;
    border-color: limegreen;
    font-weight: bold;
    border-style: outset;
    cursor: pointer;
    color: white;
    position:absolute;
    box-shadow: 0px 10px 20px -10px black;
}

.button3{
    width: 300px;
    height: 30px;
    background-image: linear-gradient(darkcyan, cyan);
    border-radius: 4px;
    border-color: cyan;
    font-weight: bold;
    border-style: outset;
    cursor: default;
    color: darkslategray;
    position:absolute;
    box-shadow: 0px 10px 20px -10px black;
}

.checkout{
    color: white;
    text-shadow: 0px 2px 5px black;
    border-style: solid;
    background-color: #4f4f4f;
    border-color: #5f5f5f;
    height:120px;
    padding: 10px;
    border-radius: 10px;
    width: 300px;
    font-size: 20px;
    position: absolute;
    top: 1500px;
    z-index: 20;
}

.test1{
    width:50px;
    background-color: #FFFFFF;
    border-color: #4f4f4f;
    border-radius: 15px;
    margin: 20px;
        position: relative;
}

.test2{
    width: 200px;
    background-color: darkcyan;
    border-color: #4f4f4f;
    border-radius: 15px;
    margin: 20px;
    position: relative;
}

.box1{
    background-color: #ef7d57;
    border-radius: 15px;
    border-style: solid;
    border-color: #c0412a;
    width: 300px;
    text-align: center;
    color: white ;
    font-weight: bold;
    text-shadow: 0px 2px 5px black;
    box-shadow: 0px 10px 20px -10px black;

}