@font-face {
    font-family: Minecraft;
    src: url("./fonts/Minecraft.ttf");
}

body {
    height: 100vh;
    background: linear-gradient(180deg, #99abfd 0%, #fdefef 100%);

}

.title {
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: Minecraft;
    font-style: normal;
    font-weight: 500;
    color: #1342B5;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 500;
    font-size: min(6vw, 30px);
}

.screen {
    margin: 0 auto;
    aspect-ratio: 1.01;
    max-width: 500px;
    width: 100%;
    
    background-image: url(img/contacts_screen.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.screen-wrapper {
    display: flex;
    padding-top: 3vh;
}

.links {
    list-style-type: none;
    width: 50%;
    margin: 0;
    padding: 0;
}

.link {
    color: #5772df;
    font-family: Sarpanch;
    font-style: normal;
    font-weight: 600;
    font-size: min(4vw, 20px);
}

.discord>span {
    white-space: pre-line;
    color: #5772df;
}

.discord {
    width: 50%;
    display: flex;
    justify-content: center;
}

.bg-animations {
    position: fixed;
    width: 100%;
    height: 100%
}

.bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    height: 25%;
    width: 25%;
    background-image: url("img/star.gif");
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-animation-two {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 25%;
    width: 25%;
    background-image: url("img/star.gif");
    background-repeat: no-repeat;
    background-size: contain;
}

.mega-wrapper{
    height: 58%;
    border-color: red;
    position: relative;
    margin-top: 13%;
    margin-left: 10%;
    margin-right: 10%;
}

.filler{
    aspect-ratio: 0.97;
    height: 32%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.back{
    position: relative;
    z-index: 1;
}

.back-reference{
    font-family: Minecraft;
    font-style: normal;
    font-weight: 500;
    color: #1342B5;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 500;
    font-size: min(6vw, 30px);
    display: flex;
    align-items: center;
}

.home-image{
    height: 5vw;
}