html {
    color: rgb(200, 200, 200);
    background-color: rgb(37, 37, 37);
    background-image: url('res/background.png');
    background-repeat: no-repeat;
    /* background-position: left; */
    background-position: 25% 0%;
}

body {
    max-width: 800px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto', sans-serif;
}

.main-title {
    text-align: center;
}

.main-subtitle {
    text-align: center;
    margin-top: -20px;
    font-style: italic;
}

.section {
    padding-left: 3%;
    padding-right: 3%;
}

.section-title {
    margin-top: 75px;
}

.subsection {
    display: flex;
}

.subsection-title {
    text-decoration: underline;
    margin-bottom: 0px;
    margin-top: 50px;
}

.subsection-text {
    padding: 10px;
    flex: 6;
}

.subsection-link {
    padding: 10px;
    flex: 3;
    text-decoration: underline;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.section-icon-container {
    margin: auto;
    padding: 10px;
    flex: 0;
}

.section-icon {
    max-width: 60px;
}

img {
    max-width: 100%;
}

a {
    color: rgb(200, 200, 200);
}

a:hover {
    font-weight: bold;
}
