body {
    background-image: url(./assets/5172658.jpg);
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    align-items: center;
}

header {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: ;
    background-color: #22a6f2;
    position: absolute;
    top: 0px;
    font-size: 50px;
    text-align: center;
    font-family: "Rubik Dirt", system-ui;
    color: #fff;
    
}


.relogio {
    top: 49px;
    left: 0px;
    position: absolute;
    flex-direction: row;
    width: 1008px;
    height: 943px;
    border: solid none;
    background-image: url(./assets/03-19-26-213_512.gif);
    background-color: #0798f8;
    margin: 0;
    clip-path: ellipse(179px 168px at 10% 20%);

}

img {
    z-index: 1;
    position: absolute;
    top: 27px;
    left: -47px;
    right: 10px;
    width: 323px;
    height: 326px;
}

main {
    display: block;
    width: 680px;
    height: 600px;
    margin: 0 auto;
    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(4,4,134,0.3029586834733894) 35%, rgba(0,212,255,1) 100%);
    border: 5px solid #060141;
    position: relative;
    opacity: 0,8;
}



.bt {
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    width: 250px;
    cursor: pointer;
    background: #ff1b7d;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 40px;
    margin: 20px;


}

.bt2 {
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    width: 250px;
    cursor: pointer;
    background: #ff1b7d;
    color: #fff;
    font-weight: 600;
    float: right;
    border: none;
    border-radius: 40px;
    margin: 20px;
}

#container-bt {
    width: 100%;
    height: 100px;
    border: none;
    position: relative;
    top: 400px;
    margin-top: 100px;
    background-color: #22a6f2;





}

.cronometro {
    width: 50%;
    height: auto;
    font-size: 80px;
    color: #fff;
    display: flex;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: 2;




}

.number {
    width: 50%;
    height: auto;
    font-size: 200px;
    color: #fff;
  
}
blank{
    border: none;
    height: 90px;
    width: 728px;
    margin: 0px;
    padding: 0px;
    position: relative;
    visibility: visible;
    background-color: transparent;
    display: inline-block;
}
h1 {

    @font-face {
        font-family:"DS-DIGIT";
        src: url(./assets/DS-DIGIT.TTF);
    }
}



