body {
    background: #F1F1F1;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100vw;
    height: 100vh;
    font-family: "Roboto", sans-serif !important;
    margin: 0;
    padding: 0;
}


@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

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

.bezel {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 280px;
    height: 550px;
    border-radius: 37px;
    margin-top: 20px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 2%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0.3) 98%, rgba(0, 0, 0, 0.8) 100%);
}

.screen {
    margin: 0;
    position: absolute;
    width: 269px;
    height: 535px;
    background: linear-gradient(to right, #6C5B7B, #355C7D);
    border-radius: 28px;
    z-index: 10;
}

.screen1 {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.2) 1%, rgba(108, 91, 123, 1) 6%, rgba(53, 92, 125, 1)94%, rgba(255, 255, 255, 0.2) 99%, rgba(255, 255, 255, 0.38) 100%);
    border-radius: 28px;
    z-index: 10;
}

.camera {
    position: absolute;
    width: 65px;
    height: 35px;
    margin-left: -80px;
    margin-top: -305px;
    background: #111111;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 2%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0.3) 98%, rgba(0, 0, 0, 0.9) 100%);
    animation: popup 2s infinite alternate;
    z-index: -10;
}

.camerainside {
    margin: 0;
    position: absolute;
    top: 47%;
    left: 48%;
    transform: translate(-47%, -48%);
    width: 50px;
    height: 30px;
    background: #101010;
    border-radius: 0px;
    z-index: -10;
}

.camerainside1 {
    margin: 0;
    position: absolute;
    top: 47%;
    left: 48%;
    transform: translate(-47%, -48%);
    width: 23px;
    height: 23px;
    background: #181818;
    border-radius: 70px;
    z-index: -10;
}

.glow {
    margin: 0;
    position: absolute;
    top: 41%;
    left: 48%;
    transform: translate(-41%, -48%);
    width: 7px;
    height: 7px;
    background: #282828;
    border-radius: 50%;
    z-index: 10;
}

.volume {
    margin: 0;
    position: absolute;
    width: 4px;
    height: 50px;
    margin-top: -85px;
    margin-left: 280px;
    border-radius: 70px;
    border-radius: 70px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.6) 100%);
}

.sidebutton {
    margin: 0;
    position: absolute;
    width: 4px;
    height: 100px;
    margin-top: 115px;
    margin-left: -9px;
    border-radius: 70px;
    z-index: -10;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.6) 100%);
}

.power {
    margin: 0;
    position: absolute;
    width: 4px;
    height: 40px;
    margin-top: -255px;
    margin-left: 280px;
    border-radius: 70px;
    border-radius: 70px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.6) 100%);
}

.description1 {
    color: black;
    margin: 0;
    position: absolute;
    top: 44.8%;
    left: 23%;
    transform: translate(-44.8%, -23%);
    font-size: 65px;
    font-weight: 600;
    text-shadow: 2px 2px 8px rgba(17, 8, 5, 0.28);
}

.super {
    color: black;
    font-size: 20px;
    border: 1.5pt solid black;
    border-radius: 10px;
    padding-right: 5px;
}

.description2 {
    color: black;
    margin: 0;
    position: absolute;
    top: 56%;
    left: 24%;
    transform: translate(-56%, -24%);
    font-size: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 8px rgba(17, 8, 5, 0.28);
}

.description3 {
    color: black;
    margin: 0;
    position: absolute;
    top: 63%;
    left: 24%;
    transform: translate(-63%, -24%);
    font-size: 23px;
    font-weight: 600;
    text-shadow: 2px 2px 8px rgba(17, 8, 5, 0.28);
}

span {
    padding-right: 4px;
}

.logo {
    margin: 0;
    position: absolute;
    top: 40.2%;
    left: 45.2%;
    transform: translate(-40.2%, -45.2%);
}

.settle {
    background: #c4c4c4;
    color: black;
    margin-bottom: 5px;
    padding-right: 3px;
    padding-left: 5px;
    font-size: 34px;
    font-weight: 600;
    border-radius: 1px;
    width: 100%;
    letter-spacing: 5px !important;
    text-align: center;
}

.never {
    background: #c4c4c4;
    color: black;
    margin-bottom: 5px;
    padding-right: 3px;
    padding-left: 5px;
    font-size: 34px;
    font-weight: 600;
    border-radius: 1px;
    letter-spacing: 2.5px;
    width: 100%;
    letter-spacing: 9px !important;
    text-align: center;
}

@keyframes popup {
    from {
        transform: translateY(30px)
    }

    to {
        transform: translateY(0px)
    }
}