.tophead {
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 20px;
    display: flex;
    padding-top: 100px;
    flex-direction: row;
    justify-content: space-between;
}

.tophead a {
    color: black !important;
    display: flex;
    align-items: center;
}

@media screen and (max-width:555px) {
    .tophead {
            display: flex;
    flex-direction: column;
    align-items: center;
    }
}

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

.svedentab p {
    font-size: 18px;
    line-height: 20px;
    padding-top: 6px;
     padding-bottom: 6px;
}

div, p, a, span {
     font-family: 'TildaSans', Arial, sans-serif;
}