/* google font link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&display=swap');

body{
    font-family: 'Poppins', sans-serif;
    background-color: rgba(68, 93, 120, 0.5);
}
footer h1{
    background-color: rgba(68, 93, 120, 0.5);
    
} 

p{
    color: rgba(255, 255, 255, 0.657);
}
.my-2{
    color:brown;
}