body {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    text-align: center;
    padding-top: 130px; /* Flyttar ner allt lite från toppen */
}

img {
    margin-top: 80px; /* Skapar avstånd mellan loggan och texten */
    margin-bottom: 180px; /* Skapar avstånd mellan loggan och texten */
    max-width: 100%;
    height: auto;
}

.lowercase-regular a {
    text-decoration: none;
    color: inherit;
}

/* Helvetica Neue Thin */
@font-face {
    font-family: 'Helvetica Neue Thin';
    src: url('/font/helvetica-neue/Helvetica Neue Thin.woff2') format('woff2'),
    url('../font/helvetica-neue/Helvetica Neue Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

/* Helvetica Neue Regular */
@font-face {
    font-family: 'Helvetica Neue Regular';
    src: url('../font/helvetica-neue/Helvetica Neue Regular.woff2') format('woff2'),
    url('../font/helvetica-neue/Helvetica Neue Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.uppercase-thin {
    font-family: 'Helvetica Neue Thin', sans-serif;
    font-weight: 100;
    color: #fb56b2;
    line-height: 1.2; /* Mindre radavstånd */
    margin: 10px;
    padding: 10px;
}

.lowercase-regular {
    font-family: 'Helvetica Neue Regular', sans-serif;
    font-weight: 400;
    color: #fb56b2;
    line-height: 1.2; /* Mindre radavstånd */
    margin: 0;
    padding: 0;
}