@import "https://www.nerdfonts.com/assets/css/webfont.css";

body {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url(/img/IMG_0787-1.gif);
}

.content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    text-align: center;
    background: beige;
    border-radius: 15px;
    border: 10px double maroon;
    padding: 1em;
}

h1 {
    margin-top: 0;
}