body {background-color:  maroon;}
body {.josefin-sans-<uniquifier> {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
 
}

h1 {
  color: white;
}
.container { display:flex;
    
}
a {
    color: black;
}
p {
    color: white;
}
img { width:300px;}

img { width:300px; }

.box{ 
    display:flex;
    justify-content:center;
}

.title{
    postion:absolute
    left:700px;
}