:root{
    margin: 0;
    padding: 0;
    background-image: url('img/megumin_cat.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.weather{
    text-align: center;
}

a{
    color: black;
    text-decoration: none;
}

.main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
