body{
  background-image:url(sowelimute.png);
  background-size:100%;
}

.title{
  font-size:30px;
  background-color:#f9f9f999;
  display:inline-block;
  position:static;
  border:dotted 3px black;
  width:100%;
  text-align: center;
}

.basic{
  font-size:25px;
  background-color:#f9f9f9;
  display:flex;
  position:relative;
  padding:3px;
  border:dotted 3px black;
  width:100%;
  align-items: center;
}