body {
    text-align: center;
    background-color: #a57cee;
    font-family: dream;
    color: tomato;
    background-image: url('assets/poster.jpg');
}
.container {
    position: relative;
    display: contents;
    align-items: center;
    justify-content: center;
}
h1 {
    font-size: 80px;
    margin: 15px;
    font-weight: bold;
}
h3 {
    font-size: 30px;
}
iframe {
  margin: 5px
}
.social {
    font-size: 20px;
}
@font-face {
    font-family: "dream";
    src: url("assets/font.ttf");
}
