body{
    text-align:center;
    color: #88b6db;
    font-family: "Noto Sans", sans-serif;
    background-color:#466d8f;

}

h1{
    margin-bottom:50px;
    font-size:50px;
    text-decoration:underline;
}

.txtbox{
    width:150px;
    height:18px;
    border: 2px solid #5dde80;
    transition: border .1s;
    
    margin-top:10px;
    margin-bottom:10px;
    
    color: #63916f;
}

.txtbox:focus{
    outline:none;
    border: 2px solid #659973;
}

.links{
    color:white;
                
    margin: 50px auto 50px auto;
    
    width:150px;
    height:75px;
                
    background:#407bdb;
                
    font-size:25px;
    border-radius:7px;

    transition: background 0.1s;
}
            
.links:hover{
    background:#7cabf7;
}
            
.lnktxt{
    color:grey;
    transition: color 0.1s;
    text-decoration:none;
}
            
.lnktxt:link {
    color: grey;
}
    
.lnktxt:visited {
    color: grey;
}

.lnktxt:hover {
    color: #83eb89;
}

.lnktxt:active {
    color: #435449;
            }
#linklist {
    list-style-type:none;
}