body {
    background-color: #33363f;
    color: white;
    font-family: 'Poppins';
    margin: 10px;
    font-size: 23px;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Giga Sans';
    font-size: 25px;
    height: 80px;
    top: 10px;
    position: relative;
    line-height: 0px;
    flex-direction: column;
}

.maintitle {
    margin: 10px;
}

#maintitle {
    margin: 0px;
}

.subtitle {
    margin: 3px 0 0 0;
    font-family: 'Plus Jakarta Sans';
    font-size: 30px;
}

.apps {
    padding: 15px 20px 0px 20px;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    align-items: stretch;
    margin-bottom: 10px;
}

.a1 {
    padding: 10px;
}

#line {
    color: white;
    margin: 0px;
    width: 100%;
}

.proxmox, .kotipalvelin, .html {
    padding: 0px 0px 0px 0px;
    margin: 0 5px 0 0;
    background-color: #444854;
    border-radius: 10px 10px 10px 10px;
    line-height: 28px;
    min-height: 110px;
    max-width: 1700px;
    width: 50%;
    height: inherit;
    overflow: hidden;
}
.opnsense, .linux, .python {
    padding: 0px 0px 0px 0px;
    margin: 0 0 0 5px;
    background-color: #444854;
    border-radius: 10px 10px 10px 10px;
    line-height: 28px;
    min-height: 110px;
    max-width: 1700px;
    width: 50%;
    height: inherit;
    overflow: hidden;
}

.yokirjoitukset {
    padding: 0px 0px 0px 0px;
    background-color: #444854;
    border-radius: 10px 10px 10px 10px;
    line-height: 28px;
    min-height: 170px;
    width: 100%;
    height: inherit;
    overflow: hidden;
}

.titles {
    font-size: 28px;
    line-height: 35px;
}

.bottom {
    margin-left: 20px;
    margin-right: 20px;
}

.bottombar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 3410px;
}