
h1 { color: rgba(255, 255, 255, 0.971); /* Sets the H1 color to a soft blue */

}

h1 {
    text-align: center;
}

h1{
    font-size: 40px;
}

body{
    background-image: url("/css_img/background.jpg");
}

img{
    border-radius: 50%;
}



