body{
    background-color: #E0E0E0;
    line-height: 30px;
    color: rgb(0, 0, 0);
    text-align: center;
}

h1{
    font-weight: 500;
}

a, a:hover, a:focus{
    text-decoration: none;
}

.panel{
    padding: 2%;
    background-color: darkslateblue;
    text-align: center;
    color: white;
}

label{
    margin: 3%;
    float: left;
}