@font-face {
font-family: morpheus;
src: url(https://fromtheashes.gg/src/fonts/morpheus) format('truetype');
}

body {
    background: #000000;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 90%), linear-gradient(270deg, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 1) 90%), url(https://fromtheashes.gg/src/imgs/background);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: sans-serif;
}

.title {
    display: flex;
    font-family: morpheus;
    justify-content: center;
    align-items: center;
    width: 20em;
    border: white solid 2px;
    width: 10em;
    color: white;
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
}

a {
    color: white;
    text-decoration: none;
    font-family: sans-serif;
}

#wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19em;
    border: white solid 2px;
    justify-content: space-evenly;
    margin: .5vh;
    color: white;
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
    transition: .2s ease-in-out;
}

.button:hover {
    box-shadow: 0 0 2px 3px #ffc163;
    transition: .2s ease-in-out;
}

.double-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20em;
    margin: .5vh;
    justify-content: space-evenly;
    color: white;

}

.double-button .button {
    width: 9em;
}

.avatar-wrap{
    border: 5px solid rgb(0, 0, 0); /* Define the border style, width, and color */
    border-radius: 50%; 
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
    margin: 0 0 1vh 0;
}

.avatar {
    clip-path: circle();
    width: 128px;
    height: 128px;
}

.about-container{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
    background-color: #000000;
    border: solid white 2px;
    border-radius: 5px;
}
.about-wrap {
    display: inline-flex;
    flex-direction: column;
    width: 25vh;
    justify-content: center;
    align-items: center;
    color: white;
    margin: .5vh;
}

.contact-container {
    display: flex;
    flex-direction: column;
    flex-shrink: 3;
    justify-content: center;
    align-items: center;
    color: white;
    margin: .5vh;
    background-color: #000000;
    width: 25em;
    border: solid white 2px;
    border-radius: 5px
}

.contact-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 3; 
}

.contact-wrap a {
    text-decoration: underline;
}
