@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Playwrite+AU+SA:wght@100..400&family=Playwrite+RO:wght@100..400&family=Rowdies:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Bubbles&display=swap');
body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100dvh;
}


header {
    background-color: #cfd3d8;
    padding: 20px;
    text-align: center;
    font-family: "Playwrite AU SA";
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;

}

nav li {
    margin-right: 20px;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

h1 {
    color: #000000;
    font-family: "Rubik Bubbles", system-ui;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

a:hover {
    color: rgb(95, 111, 124);
}


footer {
    background-color: #cfd3d8;
    text-align: center;
    height: 50px;
}

.tekst {
    background-color: #cfd3d8;
    max-width: 1200px;
    margin: 10px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
}

img {
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
}
