body {
    margin: 0 auto;
}

.background {
    background-color: #A4A7FF;
    padding-bottom: 20px;
    overflow-x: hidden;
    clip-path: ellipse(110% 100% at 50% 0%);
}

.weather-right-now {
    overflow-x: hidden;
    margin: 10px 0px 0px 0px;
    text-align: center;
    color: white;
}

.degree {
    font-size: 0.5em;
    vertical-align: super;
}

.sunset-sunrise {
    font-size: 10px;
    text-align: center;
    color: white;
}

.forecast {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    font-size: 22px;
}

.forecast-day {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
    text-align: center;
    margin: 3px;
    align-items: center;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 100px;
    font-weight: 300;
    margin: 0;
    color: white;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-weight: 320;
    margin: 0;
    color: white;
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 300;
}

img {
    width: 70px;
    height: 70px;
    vertical-align: middle;
    filter: none;
}