body{
    background-color: rgb(32, 32, 32);
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}
h1{
    color: rgb(119, 5, 5);
    padding-top: 30px;
}
#placeToSee{
    /* border: 1px solid black; */
    width: 200px;
    height: 100px;
    text-align: center;
    margin: auto;
    background-color: rgb(247, 163, 8);
    border-radius: 10px;
    font-size: 1em;
    align-content: center;
}
section{
    /* border: 2px solid black; */
    width: 60%;
    height: 500px;
    margin: auto;
    background-color: rgb(151, 168, 24);
    border-radius: 30px;
    text-align: center;
}
#days{
    width: 60px;
}
input{
    height: 30px;
    border-radius: 50px;
    font-size: 0.8em;
    text-align: center;
    background-color: rgb(247, 163, 8);
    border: none;
}
button{
    width: 100px;
    height: 50px;
    font-size: 1em;
    background-color: rgb(233, 61, 18);
    border-radius: 10px;
    border: none;
    cursor: pointer;
}
button:hover{
    background-color: rgb(241, 87, 48)
}
button:active{
    background-color: rgb(176, 67, 40);
}
