body {
    background-color: black;
    color: white;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    font-family: sans-serif;
    text-align: center;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 4rem;
}

h3 {
    font-size: 2rem;
}

#forecast-icon {
    width: 25%;
    height: 25%;
}

#alerts {

}

#forecast-icon {
    display: inline-block;
}

.vert-flex {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;

}