@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-attachment: fixed;
    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);
    padding: 0 0 7px 0;
}

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;
    justify-content: space-evenly;
    color: white;

}

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

.avatar-wrap{
    border: 3px solid rgb(255, 255, 255); /* 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;
}


.unit-container {
    display: flex;
    flex-direction: column;
    flex-shrink: 3;
    justify-content: center;
    align-items: center;
    color: white;
    margin: .5vh;
    background-color: rgba(0, 0, 0, 0.80);
    width: 25em;
    border: solid white 2px;
    border-radius: 5px
}

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

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

input {
    width: 90%;
    margin-bottom: 5px;
}
textarea {
    width: 90%;
    margin-bottom: 5px;
}

form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20em;
}

.foot {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 200px;
    margin: auto;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 4px 0 2px 0;
    border-radius: 5px 5px 0 0;
    border-left: solid white 2px;
    border-right: solid white 2px;
    border-top: solid white 2px;
    font-size: 10px;
}

.cal {
    border-radius: 15px;
    border: solid rgb(255, 255, 255) 3px;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.5);
}

iframe {
    width: 750px;
    height: 500px;
}

 @media only screen and (max-width: 600px) {
    iframe {
        width: 300px;
        height: 600px;
  }
}

select {
    margin-bottom: 4px;
    width: 92%;
}

.alert {
    background-color: yellow;
    font-weight: bolder;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    color: #000000;
    border-bottom: solid #000000 4px;
    padding: 2px 0 2px 0;
}

.alert a {
    color: #000000;
    text-decoration: underline;
}
