*{
  box-sizing: border-box;
}
.title1{
  text-align: center; color: #ffd900;
}

img{
  width: 250px;
  display: flex;
  height: 367px;
}
button{
  height: 75px;
  width: 200px;
  font-size: 45px;
  color: rgb(255, 255, 255);
  background-color: black;
  border-color: #ffffff;
  font-family: animeace;
 }

.row{
  float: left;
  padding: 31.5px;
  text-align: center;
  margin-top: 10px;
}

body{
  background-image: url("backgrund2.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
background-color: black;
font-size: animeace;

}

h2{
  text-align: center; 
  color: rgb(25, 0, 255); 
  font-size: 30px;
   background-color: black; 
  width: 600px;
  margin-left: 31%;
  border-radius: 50%;
  margin-top: 10px;
  font-family: animeace;
  
}
@font-face{
  font-family: animeace;
  src: url("../fonts/animeace.ttf");

}

h1{
  font-family: animeace;
  background-color: black; 
  width: 600px;
  border-radius: 50%;
  margin-left: 31%;
}