.screen {
    z-index: -1;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: fixed;
    align-content: center;
}

.screen-img {
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    object-fit: cover;
}

main {
    min-width: 200px;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    justify-content: center;
}

.title {
    z-index: 1;
    text-shadow: 2px 2px 2px #03001155;
}

.title-writing {
    text-align: center;

    color: white;
    font-family: 'Open Sans', sans-serif;
}

.title-writing-p {
    font-size: 1.05em;
}

.title-welcome-to,
.title-punchtree {
    display: block;
}

.title-welcome-to {
    font-size: .55em;
    margin-bottom: -3px;
}

.title p {

    min-width: 200px;
    max-width: 80vw;
    margin-top: 6px;

    text-shadow: 2px 2px 2px #03001199;
}

.discord-banner {
    margin-bottom: 1em;
}