body {
    font-family: Garamond;
    font-size: 25px;
}


#vinter {
    background-image: url(https://hojskolesangbogen.dk/media/9948/Det-er-hvidt-herude.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

#vH {
    background-image: url(venstreHvidt.jpg);
    background-size: 890px;
    background-repeat: no-repeat;
    background-position: top;
}
#vTy {
    background-image: url(https://media.istockphoto.com/id/1095846724/photo/european-goldfinch-at-winter-natury.jpg?s=612x612&w=0&k=20&c=Obp9UGczDDF2Ut_49MtNgKYe6sY5_N9Vusyq4Va_DyU=);
    background-size: 890px;
    background-repeat: no-repeat;
    background-position: top;
}
#vK {
    background-image: url(https://static.vecteezy.com/system/resources/thumbnails/073/504/860/small/winter-country-landscape-with-snow-covered-trees-and-old-wooden-barn-in-rural-setting-photo.jpg);
    background-size: 1100px;
    background-repeat: no-repeat;
    background-position: top;
}
#vT {
    background-image: url(https://img.freepik.com/premium-photo/snow-covered-road-forest_1048944-7463751.jpg);
    background-size: 895px;
    background-repeat: no-repeat;
    background-position: top;
}
#vL {
    background-image: url(https://images.unsplash.com/photo-1706818435592-9eb64ba6ba51?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: top;
    background-color: black;
    color: darkslategray;
}

#hH {
    background-image: url(https://images.squarespace-cdn.com/content/v1/605a0c0a44ea5569588fcc2e/1649002284817-G8OJ0VU2VW5WJXR2MEUP/20220401-7R301146.jpg);
    background-size: 890px;
    background-repeat: no-repeat;
    background-position: top;
}
#hTy {
    background-image: url(https://static.vecteezy.com/system/resources/thumbnails/050/692/291/small/a-large-flock-of-birds-flying-above-a-snow-covered-forest-during-their-winter-migration-photo.jpeg);
    background-size: 1100px;
    background-repeat: no-repeat;
    background-position: top;
}
#hK {
    background-image: url(https://www.shutterstock.com/image-photo/winter-tree-resting-crows-600nw-795545188.jpg);
    background-size: 890px;
    background-repeat: no-repeat;
    background-position: top;
}
#hT {
    background-image: url(snow_melting-wallpaper-2880x1800.jpg);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: top;
}
#hL {
    background-image: url(https://recordingsofnature.wordpress.com/wp-content/uploads/2017/02/dsc_4651.jpg);
    background-size: 895px;
    background-repeat: no-repeat;
    background-position: top;
    background-color: black;
    color: darkslategray;
}


h1 {
    font-family: Brush Script MT;
    text-align: center;
}
a {
    color: black;
    text-decoration: none;
}
.menu {
    width: 100px;               /*
    border-style: solid;
    border-width: 2px;
    border-color: aliceblue;    */
    text-align: center;
    position: absolute; 
}
#vMenu {
    left: 120px;
    top: 190px;
}
#hMenu {
    right: 210px;
    top: 230px;
    font-size: 20px;
}
#credits {
    font-family: Courier New;
    font-size: 10px;
    text-align: right;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
}