@font-face{
  font-family: "Sgt Peppers Outline";
  src: url("/fonts/SgtPeppersOutline-gJnp.ttf");
}

@font-face{
  font-family: "Fraunces";
  src: url("/fonts/Fraunces_72pt-Regular.ttf");
}

.noise {
  position: relative;
  width: 100%;
  height: 100%;
}

.noise:before {
    content: ""; /* Required for pseudo-elements to render */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://i1.sndcdn.com/artworks-3LdyX7aWf05SAzMq-2YDvNg-t500x500.jpg');
  background-repeat: repeat;
  opacity: 0.2;
}

body {
  background-color: #e6b812;
  background-image: url('https://res.allmacwallpaper.com/get/MacBook-Air-13-inch-wallpapers/Retro-Clouds-1440x900/15200-4.jpg');
  background-size: cover;
  text-align: center;
  align-items: center;  
}

h1 {
  font-size: 50px;
  font-family: "Sgt Peppers Outline";
  color: #e61244;
  margin-bottom: -1.5%;
}

h2 {
  font-size: 25px;
  font-family: "Fraunces";
  color: #1450db;
}

h3 {
  font-size: 15px;
  font-family: "Frances";
  color: #850309;
}




.text {
  background-image: url('https://t4.ftcdn.net/jpg/03/15/29/69/360_F_315296989_HgbHte4InQQqjSBZyJ9HogEnfaPU5nJD.jpg');
  background-repeat: repeat;
  border-radius: 4px;
  margin: 5%;
  margin-top: 8%;
  padding: 10px;
}

.text p {
  font-family: "Fraunces";
  font-size: 18px;
  color: darkblue;
}
  
.container {
  position: absolute;
  background-color: rgba(247, 239, 82, 0.6);
  border: 5px double #e61244;
  border-radius: 3%;
  width: 50%;
  margin-left: 25%;
  margin-top: 1%;
  margin-bottom: 1%;
  z-index: 1;
}


.cover {
  width: 50%;
  height: 50%;
  margin-left: 25%;
  margin-top: 2%;
}

.cover img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
}