

body {
    background-color: black;
    color: aquamarine;
    text-align: center;
}

header {
    
    line-height: 80px;
    background-color: black;
    text-align: center;
}

nav {
    line-height: 60px;
    background-color: rgb(37, 207, 88);
    text-align: center;
    
    
}



.link:hover {
    transition: ease;
    background-color: aqua;
}

section {
    background-color: #e0f5ee;
    padding-right: 4px;
    margin-right: 400px;
}

div {
   background-color: rgb(0, 204, 255); 
   float: right;
   width: 400px;
   height: 400px;
   text-align: center;
   font-family: 'Courier New', Courier, monospace;
   font-size: large;
   border-radius: 15px;
   margin-top: 4px;
}

label {
   width: 180px;
   display: inline-block;
   text-align: left;
   margin-right: 4px;
}

#main {
    font-size: x-large;
    font-style: italic;
    font-weight: bolder;
    
}