body{
    margin:0%;
    padding: 0%;
}
header{
    border: 1px solid black;
    position: sticky;
    top: 0%;
    z-index: 1;
    color: rgb(152, 250, 139);
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
}
nav > h1{
    font-size: 300%;
    margin-left: 4%;
    border: 1px solid black;
}
nav > ul{
    display: flex;
    margin-right: 10%;
    padding: 0%;
    border: 1px solid black;
    width: 20%;
}
nav > ul > li{
    margin-left: 10%;
    border: 1px solid black;
    list-style: none;
}
nav > ul > li > a{
    text-decoration: none;
    color: rgb(146, 228, 183);
    font-size: x-large;
}

/* .main{
    background-image: url(img/1e87132c-bc96-4bc8-925f-1fdce942cb3b.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
} */
.main > img{
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0%;
    z-index: -1;
}
.timer{
    border: 1px solid antiquewhite;
    height: 20%;
    width: 90%;
    z-index: 1;
    color: antiquewhite;
    margin: auto;
    display: flex;
    margin-top: 10%;
}
.timer > #months{
    border: 1px solid antiquewhite;
    height: 70%;
    width: 30%;
    /* z-index: 1; */
    color: antiquewhite;
    margin: 5%;
}
.timer > #months > .mon{
    margin-left: 45%;
}
.timer > #dates{
    border: 1px solid antiquewhite;
    height: 20%;
    width: 30%;
    /* z-index: 1; */
    color: antiquewhite;
    margin: 5% 3%;
}
.timer > #dates > .d{
    margin-left: 45%;
}
.timer > #hours{
    border: 1px solid antiquewhite;
    height: 20%;
    width: 30%;
    /* z-index: 1; */
    color: antiquewhite;
    margin: 5%;
}
.timer > #hours > .t{
    margin-left: 45%;
}
.timer > #min{
    border: 1px solid antiquewhite;
    height: 20%;
    width: 30%;
    /* z-index: 1; */
    color: antiquewhite;
    margin: 5%;
}
.timer > #min > .t{
    margin-left: 45%;
}
.timer > #sec{
    border: 1px solid antiquewhite;
    height: 20%;
    width: 30%;
    /* z-index: 1; */
    color: antiquewhite;
    margin: 5%;
}
.timer > #sec > .t{
    margin-left: 45%;
}

