body{
    background-image: url(ovningar/Bilder/bakgrundsbild.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

h1{
    text-align: center;
    color: aliceblue;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: #f5deb3;
}

.ovningar{
    display: flex;
    justify-content: center;
    margin-top: 15px;
    width: auto;
}

.ovningar a:hover{
   transform: scale(1.2);
   transition: 0.3s;
}

.ovningar a{
    margin:15px;
    padding: 20px 20px;
    display: block;
    background-color: #f5deb3;
    text-decoration: none;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    border-radius: 15px;
    transition: ease 0.3s;
}

header{
    width: 100%;
    padding: 0;
    margin: 0;
}

nav{
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    top: 0;
    background-color: darkblue;
    list-style-type: none;
    width: auto;
    align-items: center;
}

.links{
    display: flex;
    margin-left: auto;
}

.logo{
    margin-left: 15px;
    margin: 0;
    display: flex;
    padding: 10px;
    padding-left: 15px;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: #f5deb3;
}


nav a{
    padding: 16px 16px;
    text-decoration: none;
    text-align: center;
    display: block;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #f5deb3; 
    width: 70px;
}

nav a:hover:not(#hemlig ){
    background-color:#f5deb3;
    color:darkblue;
}

.background{
    background-color: #f5deb3;
    color: darkblue;
    width: auto;
    padding: 25px 0 25px 50px;
    padding-right: 100px;
    height: 100%;
    box-sizing: border-box;
    border-radius: 15px 0 0 15px;
}

.background h2{
    text-align: center;
}

.picture-text{
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 300px;
    border-radius: 15px;
}

.picture-text img{
    height: 100%;
    width: auto;
    object-fit: cover;
    border-radius: 0 15px 15px 0;
}

.hemlig{
    opacity: 0;
    display: block;
    padding: 20px;
    width: 100px;
    background-color: #f5deb3;
    float: right;
}

#hemlig{
    opacity: 0;
}