
@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');

body {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

h1 {
    font-family: 'Damion', sans-serif;
    font-size: 4.6em;
    text-align: center;
}

.w3-container {
    padding: 0.01em 16px; /* Keep only the padding style from w3-container */
}

.w3-pale-yellow {
    /* background-image hanteras av w3.css */
    color: #FFF!important;
    background-color: #ffffcc!important;
}

.w3-bar {
    width: 100%;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffcc;
    color: black;
    text-align: center;
}

/* Add more styles as needed */

