@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

body{
    margin: 0;
    padding: 0;
    display:flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;   
    align-items: center;
    background-color: aquamarine;
    background-image: url(./bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 2px 2px 4px black;
}
