body {
    background: #070707 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    font-family: "Roboto";
}

.header {
    position: fixed;
    top: 10px;
    right: 30px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto";
    color: white;
}

.bezelb2 {
    margin: 0;
    position: absolute;
    width: 300px;
    height: 580px;
    border-radius: 55px;
    background: linear-gradient(to right, rgba(176, 13, 35, .8) 0%, rgba(176, 13, 35, 1) 1%, rgba(176, 13, 35, 1) 99%, rgba(176, 13, 35, .8) 100%);
    border: 4pt ridge rgba(176, 13, 35, 1);
}

.bezelb3 {
    margin: 0;
    position: absolute;
    top: 50.7%;
    left: 50.6%;
    transform: translate(-50.7%, -50.6%);
    width: 96.8%;
    height: 98.6%;
    border-radius: 45px;
    border: 1.7pt solid rgba(255, 255, 255, 0.2);
}

.volumeb1 {
    margin: 0;
    position: absolute;
    top: 29%;
    left: 101.5%;
    transform: translate(-29%, -101.5%);
    width: 1.15%;
    height: 6%;
    border-radius: 70px;
    background: linear-gradient(to right, rgba(176, 13, 35, 1.4) 0%, rgba(176, 13, 35, 0.8) 70%, rgba(176, 13, 35, 0.9) 70%, rgba(176, 13, 35, 0.9) 100%);
}

.volumeb2 {
    margin: 0;
    position: absolute;
    top: 38%;
    left: 101.5%;
    transform: translate(-38%, -101.5%);
    width: 1.15%;
    height: 6%;
    border-radius: 70px;
    background: linear-gradient(to right, rgba(176, 13, 35, 1.4) 0%, rgba(176, 13, 35, 0.8) 70%, rgba(176, 13, 35, 0.9) 70%, rgba(176, 13, 35, 1) 100%);
}

.powerb1 {
    margin: 0;
    position: absolute;
    top: 19%;
    left: 101.4%;
    transform: translate(-19%, -101.5%);
    width: 1%;
    height: 4.8%;
    border-radius: 70px;
    background: linear-gradient(to right, rgba(176, 13, 35, 1.4) 0%, rgba(176, 13, 35, 0.8) 70%, rgba(176, 13, 35, 0.9) 70%, rgba(176, 13, 35, 1) 100%);
}

.band1 {
    margin: 0;
    position: absolute;
    top: 10%;
    left: 99%;
    transform: translate(-10%, -99%);
    width: 2.65%;
    height: 1%;
    background: rgba(0, 0, 0, 0.139);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.band2 {
    margin: 0;
    position: absolute;
    top: 9%;
    left: -.2%;
    transform: translate(-9%, -0.2%);
    width: 2.65%;
    height: 1%;
    background: rgba(0, 0, 0, 0.139);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.band3 {
    margin: 0;
    position: absolute;
    top: 89%;
    left: 96.8%;
    transform: translate(87%, -96.8%);
    width: 2.65%;
    height: 1%;
    background: rgba(0, 0, 0, 0.139);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.band4 {
    margin: 0;
    position: absolute;
    top: 88%;
    left: 1%;
    transform: translate(-88%, -1%);
    width: 2.65%;
    height: 1%;
    background: rgba(0, 0, 0, 0.139);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.product {
    font-size: 13px;
    margin: 0;
    position: absolute;
    top: 83%;
    left: 58%;
    transform: translate(-83%, -58%);
    font-weight: 600;
}

.middle {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-45%, -50%);
    background: #212121;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 35% 35% 41% 41% / 42% 42% 75% 75%;
}

.middle:before {
    background: #212121;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    margin: -25px 0 0 25px;
    border-radius: 50px 0;
    z-index: 5;
}

.leftcircle {
    margin: 0;
    position: absolute;
    top: 44.7%;
    left: 62%;
    transform: translate(-44.7%, -61.2%);
    background: rgba(176, 13, 35, 1);
    width: 34px;
    height: 34px;
    border-radius: 70px;
}

.bottomcircle {
    margin: 0;
    position: absolute;
    top: 52.5%;
    left: 52%;
    transform: translate(-51.6%, -51.4%);
    background: rgba(176, 13, 35, 1);
    width: 36px;
    height: 30px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.topcircle {
    margin: 0;
    position: absolute;
    top: 39.6%;
    left: 49.5%;
    transform: translate(-40.1%, -49.2%);
    background: rgba(176, 13, 35, 1);
    width: 18px;
    height: 6px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.cameraholder {
    margin: 0;
    position: absolute;
    top: 3.4%;
    left: 6.5%;
    transform: translate(-3.4%, -6.5%);
    background: rgba(176, 13, 35, 1);
    width: 34.7%;
    height: 16.3%;
    border-radius: 26px;
    border: 2pt groove rgba(176, 13, 35, 1);
    transform: rotate(360deg);
}

.lens1 {
    margin: 0;
    position: absolute;
    top: 5%;
    left: 6.6%;
    transform: translate(-3.2%, -5.4%);
    background: #212121;
    width: 38px;
    height: 38px;
    border-radius: 70px;
    border: 2pt groove rgba(176, 13, 35, 1);
}

.lens2 {
    margin: 0;
    position: absolute;
    top: 66.1%;
    left: 33.4%;
    transform: translate(-67.1%, -32.4%);
    background: #212121;
    width: 38px;
    height: 38px;
    border-radius: 70px;
    border: 2pt groove rgba(176, 13, 35, 1);
}

.lens3 {
    margin: 0;
    position: absolute;
    top: 57.1%;
    left: 72.4%;
    transform: translate(-57.1%, -72.4%);
    background: #212121;
    width: 38px;
    height: 38px;
    border-radius: 70px;
    border: 2pt groove rgba(176, 13, 35, 1);
}

.flash {
    margin: 0;
    position: absolute;
    top: 13.2%;
    left: 63.4%;
    transform: translate(-13.2%, -63.4%);
    background: #faefd7;
    border-radius: 70px;
    border: 1pt groove #e3dccc;
    width: 13px;
    height: 13px;
}

.mic {
    margin: 0;
    position: absolute;
    top: 83.2%;
    left: 74.4%;
    transform: translate(-86.2%, -74.4%);
    background: #353535;
    width: 35.5%;
    height: 15%;
    border-radius: 70px;
    border: 0.35pt groove #a19e94;
    width: 7px;
    height: 7px;
}

.silent {
    margin: 0;
    position: absolute;
    top: 28%;
    left: -2.3%;
    transform: translate(-28%, -2.1%);
    width: 1.15%;
    height: 13%;
    border-radius: 70px;
    background: linear-gradient(to right, rgba(176, 13, 35, 0.9) 0%, rgba(176, 13, 35, 0.8) 70%, rgba(176, 13, 35, 0.9) 70%, rgba(176, 13, 35, 1) 100%);
}

.h2 {
    margin: 0;
    position: absolute;
    top: 43%;
    left: 23%;
    transform: translate(-43%, -23%);
    color: white;
    font-size: 25px;
    font-weight: 600;
}

.h3 {
    margin: 0;
    position: absolute;
    top: 51%;
    left: 27%;
    transform: translate(-51%, -27%);
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.h1 {
    margin: 0;
    position: absolute;
    top: 33%;
    left: 23%;
    transform: translate(-33%, -23%);
    color: white;
    font-size: 45px;
    font-weight: 600;
}