body {
    background: #2d2d2d;
}

h1{
    text-align: center;
    font-family: "Black Ops One", system-ui;
    color: #ffffff;
}

h2{
    text-align: center;
    font-family: "Black Ops One", system-ui;
    color: #ffffff;
    width: 600px;
    margin: 0 auto;
}

#GIF-LEFT{
    position: absolute;
    left: 10%;
    bottom: 50%;
    transform: translate(-50%, 25%);
    width: 200px;
    padding: 20px;
    border-radius: 50px;
}

#GIF-RIGHT{
    position: absolute;
    left: 90%;
    bottom: 50%;
    transform: translate(-50%, 25%);
    width: 200px;
    padding: 20px;
    border-radius: 50px;
}