body {
    background-color: #06281E;
    color:white;
    padding: 1rem;
}

nav {
    width:30rem;
    margin-left:15rem;
    margin-top: 4rem;
    text-align: center;
   
    
}

h1 {
    font-size: xx-large;
    text-align: center;
}


form {
    width:30rem;
    margin-left:15rem;
    margin-top: 3em;
    display: flex;
    flex-direction: column;
    
}
form select {
    font-size: medium;
    border-style: none;
}

form input, select {
    margin-top: 1rem;
    font-size: medium;
    border-style: none;
    display: inline-block;
    height: 2rem;
}

form input[type=submit] {
    background-color: white;
    color:#06281E;
   
}

form h3 {
    border-bottom-style:solid;
    border-width: 1px;
    height: 1.5em;
}

.tout {
   display: flex;
   flex-wrap: wrap;
}