body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    background-image:url("../images/paperbackground.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
    padding:1rem;
    width:600px;
    height:680px;
}
button {
  background-color: #fed02c;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
  .container {
    display: grid;
    width:1210px;
    height: 450px;
    gap: 30px 1px;
    grid-template-columns: auto auto auto;
    padding: 10px;
  }
  
  .container > div {
text-align: center;
  }
  div.title{
    position: absolute;
    left: 600px;
    top: 20px;
  }
  div.about {
    position: absolute;
    left: 550px;
    top: 60px;
  }