.body-bg{
    background-image: url(images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.logo-size{
    height: auto;
    width: 150px;
}
.weather-col{
    color: rgb(10, 55, 124);
    font-weight: 1000;
}
p{
    color: white;
}
 
.border-col{
    border: white solid 5px;
    border-radius: 20px;
}
