body {
    line-height: 1.25;
    overflow: auto;
    min-width: 320px;
    min-height: 100vh;
    word-wrap: break-word;
    overflow-x: hidden;
    font-family: "Roboto Condensed";
    font-family: "Space Mono", monospace;
    color: #515369;
    font-size: 14pt;
    background-image: linear-gradient(
            45deg,
            rgba(132, 67, 138, 0.31) 21%,
            rgba(65, 129, 224, 0.188) 100%
        );
    background-color:#515369;
}

body::after {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    box-shadow: 0 0 60px 10px #1b0d2b;
    z-index: 1;
}

body::before {
    content: " ";
    right: auto;
    display: block;
    position: fixed;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url("/static/img/optime3.89ac8950b81d.png");
    background-position: center;
    background-repeat: repeat, repeat;
    background-size: cover, cover;
    background-attachment: scroll;
    z-index: 0;
}

.me {
    background-color: #edecf0;
    overflow: auto;
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.me > div {
    margin: 40px 0;
    align-self: center;
    min-width: 40vw;
}
.fab {
    margin-right: 15px;
    font-size: 1.2em;
}
h3 {
    margin-top: 0;
    opacity: 0.6;
    margin-top: 0;
}
h1 {
    margin: 0;
}

.social {
    text-align: left;
    line-height: 2;
}

.social a {
    text-decoration: none;
    color: #51536988;
}
.social a:hover {
    color: #515369;
}
.btn {
    background: #515369;
    background: #914284;
    background: #551a8b;
    color: white;
    padding: 20px 36px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    margin-top: 50px;
    position: relative;
    box-shadow: 0 9px 9px -3px #a9aab5;
    transition: 0.3s;
}
.btn:hover {
    background: #515369cc;
    background: #551a8bcc;
    box-shadow: 0 9px 9px -3px #a9aab5;
}
.btn:active {
    box-shadow: 0 5px 5px -3px #a9aab5;
}

@media only screen and (orientation: portrait) {
    body::before {
        height: 50vh;
        width: 100vw;
    }
    body::after {
        top: 50vh;
        width: 100vw;
        height: 50vh;
    }
    .me {
        top: 50vh;
        width: 100vw;
        background-position: top;
        min-height: 50vh;
    }
    .social {
        text-align: center;
        line-height: 2;
    }
}
@media only screen and (orientation: landscape) {
    body::before {
        height: 100vh;
        width: 40vw;
    }
    body::after {
        left: 40vw;
        width: 60vw;
        height: 100vh;
    }
    .me {
        left: 40vw;
        width: 60vw;
        min-height: 100vh;
    }
}
form input {
    display: block;
    margin-top: 0.33em;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #51536966;
    border-radius: 4px;
    line-height: 2em;
}
#wish textarea {
    margin-top: 0.33em;
    width: 100%;
    min-height: 24vh;
    box-sizing: border-box;
    border: 1px solid #51536966;
    padding: 1vh 1vw;
}
form label {
    margin-top: 0.67em;
    display: block;
}
hr {
    border-bottom: 2px solid #515369;
}

.modal {
    box-sizing: border-box;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0vh;
    left: 0vw;
    right: auto;
    bottom: auto;
    background-color: #edecf0;
    overflow-y: scroll;
    z-index:10000;
}

.modal-content {
    margin: 10vh 10vw 50vh;
}
.close {
    color: #551a8b;
    text-shadow: 0px 5px 3px #551a8b77;
    text-decoration: none;
    position: absolute;
    top: 2vh;
    right: 4vw;
    font-size: 2em;
}
