@font-face {
    font-family: "ringbearer";
    src:
        local("ringbearer"),
        url("/fonts/ringbearer.ttf")
}

h1 {
    text-align: center;
    font-size: 5vw;
    color: #2c2c2c;
    width: 100%;
    top: 40%;
    font-family: "ringbearer";
    letter-spacing: 5px;
}
.gandalf-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 200px;
}

.gandalf-wrapper img {
    width: 20vw;
}

body {
    margin: 0;
    height: 100vh;
    background-color: #efd3c5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
