body {
    padding-left: 40px;
}

h1 {
    font-size: 34pt;
}

h2 {
    margin-top: -30px;
    text-decoration: overline;
    width: 406px;
    font-size: 13pt;
}


a {
    text-decoration: none;
    color: white;
    border: none;
    cursor: pointer;
 
}

button {
    background-color: #752404;
    border-radius: 50%;
    color: white;
    border: none;
    cursor: pointer;
}


.home {
    line-height: 45px;
     width: 50px;
     font-size: 10pt;
     margin-top: 30px;
     position:fixed;
     top:0;
     right:30px;
 }

.submit {
    font-size: 16pt;
    border-radius: 4px;
}

.submit:hover {
    font-size: 16pt;
    border-radius: 4px;
    background-color: yellow;
    color: aqua;
}

p {

}

div {
    font-size: 10pt;
    margin-top: 3px;
}