button{
    color:rgb(117, 101, 101);
}
span{
    font-size:18px;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}
.two span{
    color: green;
}
span:hover{
    cursor: pointer;
}
.check{
    display: none;
}
.pass{
    color:royalblue;
}
.hideatstart{
    display:none;
}