body{
    background-color: rgb(121, 186, 228);
    background-image:url('../images/myopia.jpg');
    background-repeat:no-repeat;
    background-size: cover;
}

label{
    color: blue;
    font-size: large;
    font-weight: bold;
}

li{
    font-size:20px;
    font-weight:bold;
}

a{
    font-size:20px;
    font-weight:bold;
    color:rgb(232, 222, 36);
    text-decoration: none;
}

a:hover{
    color: rgb(13, 14, 13);
}

.status{
    height:35px;
    width: 30px;
    background-color: #bbb;
    border-radius: 100%;
    display: inline-block;
    color:white;
    font-size: large;
    text-align: center;
    font-weight: bold;
}

#loader{
    background-image: url(../images/trialframe.webp);
    background-color: rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    background-repeat: no-repeat;
    background-size:cover;
}