*{
    margin: 0;
    padding: 0;
    font-family: roboto;
    background-color: rgb(255, 187, 92);    
}


.container{
    position: absolute;
    margin-top: 3%;
    margin-left: 2%;
    display: flex;
    font-size: 80px;
    font-weight: bold;
}

.textcolor{
    color:white;
    border-radius: 2px;

}
.timecolor{
    
    color: rgb(243, 99, 99);
    
}
.context{
    color: white;
    margin-left: 2%;
    padding: 3px;
    position: absolute;
    margin-top: 130px;
    
}
.icon{
    color: white;
    font-size: 38px;
    margin-top: 30px;
    margin-left: 30px;
    padding:2px;
    font-weight: 700;
}
.name{
    padding: 6px;
    display: inline-block;
    background-color: rgb(243, 99, 99);
    border: 2px;
    border-radius: 17px;
    letter-spacing: 3px;
}

.navbar{
    font-size: 18px;
    margin-top:12px ;
    margin-left: 890px;
    justify-content: space-between;
    padding: 35px;
    display: inline-block;
    align-items: center;
    letter-spacing: 5px;
}
.navbar ul li{
    list-style: none;
    position: relative;
    bottom: 120px;
    display: inline-block;
    margin : 25px;

}
.navbar ul li a{
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 600;
}


.navbar ul li  ::after{
    content: '';
    height: 4px;
    background: rgb(141, 102, 30);
    width: 0;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition-duration:0.5s;
}

.navbar ul li:hover ::after{
    width: 100%;
}
.lines{
    color: orange;
    display: flex;
    border-style:double;
    margin-top: 6px;
    border: 5px solid orange;
    border-radius: 5px;
    
}
.imgdesign{
    padding: 30px;
    margin-left: 40%;
    margin-top:-10%;
    size: 100px;
    width: 780px;
    background-size: 200%;
}
#current-time{
    color: rgb(255, 255, 255);
    position: absolute;
    top: 45%;
    font-size: 150px;
    margin-left: 20px;
    letter-spacing: 4px;
    font-weight: 600;
}
.credits{
    background-color: rgb(255, 248, 236);
    opacity: 0.8;
    color: aliceblue;
    position: absolute;
    left: 80%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    bottom: 30px;


}
#link{
    color: white;

}
