



#app{
    width: 100%;
    max-width: 100%;
}
#app p{
    width: 100%;
    padding: 15px;
    background-color:goldenrod;
    color: red;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
    font-size: 30px;
    margin: auto;
    margin-bottom:15px ;
    border: 1px solid goldenrod;
    border-radius:30px;
}
#app textarea{
    width: 100%;
    border: 2px solid rgb(159, 159, 160);
    outline: none;
    border-radius:30px;
    min-height:150px;
    min-width: 100%;
    max-width:100%;
    margin-bottom: 5px;
    
    
}
#app select{
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    margin-bottom:15px;
   
}

nav{
    margin-bottom: 50px;
}
.card{
    text-align: center;
}