@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap');

@media (max-width: 600px) {
    .egybe {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    img {
        width: 80px;
        height: 80px;
    }
}

* {
    margin: 0;
    padding: 0;
}

img {
    width: 150px;
    height: 150px;
    border-radius: 200px;
    margin-top: 16px;
}

body {
    display: flex;
    /*background-color: #332a3d;*/
    background-image: url('https://files.enderman.ch/wallpapers/Chill%20Night.png');
    background-position: center;
    background-size:cover;
    color: white;   
    /*font-family: "Roboto Mono", monospace;*/
    font-family: "Google Sans Code", monospace;
    font-weight: 300;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;

}

a {
    color: white;
}

.egybe {
    display: flex;
    gap: 145px;
}

.box {
    font-size: 15px;
    display:block;
    border-radius: 25px;
    background-color: #38333d73;
    width: 1024px;
    height: 600px;
}

.f {
    margin-left: 20px;
    margin-right: 20px;
}

footer {
    position: fixed;
    left:0;
    bottom:0;
}

.boxfooter {
    position: fixed;
    left:0;
    bottom:0;
}

.title {
    font-size: 25px;
}
