body{
    font-size: 1.5em;
    min-height: 100vh;
    background-image: url('../assets/images/MIrkoImgBackground.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* This makes the background stay fixed during scrolling */
    background-color: rgba(255, 255, 255, 0.7); /* Adding a semi-transparent white background */
    background-blend-mode: overlay; /* This blends the background image with the background color */
}

.textBold{
    font-family: 'RocGrotesk';
    font-weight: 800;
}

.textWhite{
    color: white;
}
h3{
    font-size: 1.6em !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.content a:link{
    text-decoration: underline;
}
