.background{
    background-color: #448AFF;
    
}
h1{
    color: white;
    font-size: 50;
    
}
p{
    color: white;
    font-size: 40;
}
div{
    display: flex;
    justify-content: center;
    font-family: "Overpass";
}