.comfortaa-<uniquifier> {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.bagel-fat-one-regular {
  font-family: "Bagel Fat One", system-ui;
  font-weight: 400;
  font-style: normal;
}

body{
  font-family:comfortaa;
}

.contentwrap{
  width:700px;
  margin:auto;
  padding:5px;
  background-color:black;
}

.content{
  background-color:;
}

.content2{
  width:auto;
  margin:5px;
  background-color:;
}

.flex{
  display:flex;
}

.flex2{
  display:flex;
  flex-direction:column;
}

.mainimage{
  margin:5px;
  width:90%;
  height:auto;
  border-radius:5px;
  border-color:black;
  border-style:dashed;
  border-width:2px;
  background-color:#ffffff50;
  overflow:hidden;
}

.mainimage img{
  margin:auto;
  max-width:400px;
}

.title{
  height:70px;
  font-family:bagel fat one;
}

.title h1{
  position:absolute;
  font-size:60px;
}