@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..900&display=swap');

* {
    box-sizing: border-box;
}

body {
    background-color: #000000;
    background-image: url(asset/background_nova.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    backdrop-filter: blur(0px);
    background-repeat: no-repeat;
    font-family: "Afacad Flux";
}


p.aboutMeDesc {
    color: #ffffff;
    font-family: 'Afacad Flux', monospace;
    font-size:28px;
    margin-left: 40px;
    margin-right: 40px;
}

h2.bestGame {
    color: #ffffff;
    font-family: 'Afacad Flux', monospace;
    text-align: center;
    margin-bottom: 90px;
    margin-top: 50px;
}

h1.aboutMeTitle {
    color: #fff;
    font-size: 48px;
    margin-top: -8px;
    text-align: center;
}

div.mainPageLink {
    color: #ffffff;
    text-align: center;
}

.column {
    float: left;
    width: 50%;
    padding: 5px;
    text-align:center
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.descTitle {
    float: right;
    font-family: 'Afacad Flux', monospace;
    margin-top: 39px;
    font-size: clamp(24px, 8vw, 48px);
    margin-left: 24px;
    margin-right: 24px;
}

a.descTitle {
    color: #ffffff
}

.descParagraph {
    float: left;
    margin-top: -12px;
    margin-right: 24px;
    font-family: 'Afacad Flux', monospace;
    text-align:left;
    color: #fff;
    font-size: 24px;
}