*{
    margin:0;
    padding: 0;
    font-family: monospace;
}
body{
    background-color: rgb(230, 230, 230);
}

header{
    margin-bottom: 50px;
}
nav{
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: 550;
}
h1{
    font-size: 50px;
    font-weight: 550;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

main{
    display: flex;
    align-items: center;
    justify-content: center;
    
}

form{
    padding: 45px 30px 65px 30px;
    height: auto;
    background-color: white;
    display: flex;
    align-items: space-around;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
label{
    margin: 25px 0px 25px 0px;
    font-size: 18px;
    font-weight: 550;
}
input{
    padding-left: 7px;
}
button{
    background-color: #3d8bf2;
    border: none;
    font-size: 15px;
    color: white;
    border-radius: 8px;
    width: 120px;
    height: 35px;
    padding: 0px 5px 0px 5px;
}

form div{
    padding: 10px;
}

form div input{
   height: 25px;
}
aside{
    color: white;
    padding: 50px 30px 50px 30px;
    background-color: #3d8bf2;
    width: auto;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
h2{
    font-size: 35px;
    font-weight: 550;
}

aside section div{
    display: flex;
    padding: 10px;
    font-size: 17px;
}

aside section div {
    margin: 25px 5px 25px 5px;
}
p{
    margin-top:2px
}