@font-face {
    font-family: 'Unifraktur';
    src: url('/fonts/UnifrakturMaguntia/UnifrakturMaguntia-Regular.ttf');
}

#welcome {
    background-color: white;

    #welcome-container {
        /* position: absolute; */
        width: 100%;

        img {
            width: 100%;
            height: 100px;
        }
    }

    p {

        text-align: center;
    }

    .two {
        font-size: 6em;
    }

    .three {
        font-family: 'Unifraktur', serif;
        font-size: 10em;
    }

    #my-image {
        position: absolute;
        bottom: 50px;
        z-index: 0;
        width: 280px;
        height: 50px;
        right: 50px;
    }
}