body{
    background: rgba(175,238,238,100);
    background-size: 100%;
}
.bg{
    font-size: 3.5em;
    height: 100vh;
    width: 83%;
    background: rgba(255, 255, 255, 0.5);
    margin: 45px auto ;
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column;
}
