* {
    margin: 0;
    padding: 0;
}

.main {
    background-image: url(/rsz_background.png);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#location {
    border-radius: 10px 0px 10px 0px;
    border: none;
    background-color: rgba(255, 255, 255, 0.89);
    color: black;
    outline: none;
    border-bottom: 2px solid orange;
    padding: 6px 0px 6px 20px;
    margin-top: 70px;
    margin-bottom: 20px;
}

h1 {
    font-size: 30px;
    font-weight: 500;
}

h2 {
    font-size: 60px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    font-weight: 700;
}

.day-5 input {
    margin-top: 30px;
    background-color: rgb(71, 129, 238);
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
}

.day-5 input:hover {
    background-color: rgb(99, 153, 233);
}

.daily input {
    margin-top: 10px;
    background-color: rgb(71, 129, 238);
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
}

.daily input:hover {
    background-color: rgb(99, 153, 233);
}

.day-1 p{
    display: inline;
    font-size: 22px;
    font-weight: 600;
}

.day-1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.day-1 img{
    margin-right: 25px;
    margin-left: 25px;
}