@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html,
body {
    height: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #161b2c;
    color: white;
    padding-top: 32px;
}

header {
    background-color: #1a2336;
    padding: 16px 100px;
    font-size: 24px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    word-spacing: 1cm;
}

a {
    color: white;
    word-spacing: 0cm;
}

.nounderline {
    color: white;
    word-spacing: 0cm;
    text-decoration: none;
}

.headers_text {
    margin-left: 600px;
    text-decoration: none;
}

.icon {
    width: 150px;
    height: 150px;
    align-content: center;
    margin-left: 15cm;
    margin-right: auto;
    display: flex;
}

.center {
    text-align: center;
}

.modpacktext {
    margin-left: 19.2cm;
    margin-top: -142px;
}

.curseforge_icon {
    margin-left: 723px;
    margin-top: -23px;
    width: 23px;
    height: 23px;
}

.curseforge_text {
    margin-left: 750px;
    margin-top: 0cm;
    text-decoration: none;
}

.double_curseforge_icon {
    margin-left: 725px;
    margin-top: -23px;
    width: 23px;
    height: 23px;
}

.modrinth_icon {
    margin-left: 1000px;
    margin-top: -23px;
    width: 23px;
    height: 23px;
}

.double_modrinth_icon {
    margin-left: 1000px;
    margin-top: -23px;
    width: 23px;
    height: 23px;
}

.modrinth_text {
    margin-left: 200px;
    margin-top: 10cm;
    text-decoration: none;
}

