
body  {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.flex {
    display: flex; 
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

    *{
        
        font-family: "Bebas Neue", serif;
        font-weight: 400;
        font-style: normal;
          
    }

.wrapper  {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}
li {
    list-style-type: none;
    display: block;
    border: 2px black;
    border-radius: 40px;
    width: 100px;
    text-align: center;
    margin-right:40px;
    background-color: rgb(255, 255, 255);
    margin-top:    12.5vh;
    margin-bottom: 12.5vh;
    color: rgba(37, 121, 231, 0.667);
}
li:hover {
transform: scale(1.25);

}
.uppgifter>div{
    margin: 40px;
    width: 70px;
    background-color: rgba(0, 0, 255, 0.151);  
    border-radius: 50px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    align-content: center;

}
.uppgifter>div>a{
    color: white;
}

div>li{
    height: 40px;
    align-content: center;
}

.uppgifter>div:hover{
    background-color: rgba(142, 150, 239, 0.822);
    transform: scale(1.15);
    box-shadow:  0 0 100px rgba(118, 163, 253, 0.703);
    overflow: visible;
}
.uppgifter{
    height: 75vh;
    width: 75vw;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
   justify-content: space-around;
   overflow: hidden;
   flex-direction: row;
    border-radius: 50px;
    background-color: rgba(0, 0, 255, 0.151);  
}

.uppgifter:hover{
    overflow: auto;
}


li>a {
   display: block;  
   height: max-content;
   width: 100px;
}
a {
   overflow: hidden;
   text-align: center;
}
div>div>div:hover a {
    overflow: visible;
}


.title {
    margin-left: 45vw;
    font-size: 50px;
    color: white;

}

.title1 {
    background-color: rgba(§0, 0, 255, 0.377);
    height: 100px;
    background-color: rgba(6, 49, 189, 0.555);
    display: flex;
    flex-direction: row;
    border-bottom: 60px;
    width: 100vw;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 30px;
    justify-content:space-between;
}

.left {
    background-color: rgba(0, 0, 255, 0.493);
    width: 20vw;
    height: 75vh;
    display: flex;
    flex-direction: row;
    border-radius: 50px;
    margin-right: 30px;
    margin-left: 10px;
    justify-content:center;
   
    

}
.namn {

    border-radius:60px;
    background-color:white;
    max-width: fit-content;
    overflow: hidden;
    height: 60px;
    align-content: center;
    color: rgb(174, 198, 243);
    position: relative;
}
.dropdown{
    position: absolute;
    background-color: white;
    box-shadow: 0px 5px 5px 5px grey;
    display: none;
}

.namn:hover .dropdown{
    color: red;
}

a {
    text-decoration: none;
}



@media screen and (max-width: 1100px) {
    .left{
        height: 10vh;
        width: 100vw;
        border-radius: 10px;
        position: absolute;
        bottom: 0;
        margin: 0px;
        display: inline;
        flex-direction: column;
        justify-content: center;
        border-radius: 0;
    }
    .uppgifter{
        width: 100%;
        height: 70vh;
        border-radius: 0;
    }
    .title1{
        width: 100vw;
        position: relative;
        margin: 0;
        border-radius: 0;
    }
    li{
        display: inline;
        margin: 0;
        float: left;
        border-radius:0;
        border-style: solid;
        border-color: black;
        border-width: 1px;
        margin-top: 1vw;
        margin-left: 15px;
        padding-left: 5vw;
        padding-right: 5vw;
        width: 17.5vw;
    }
    .namn{
        display: none;
    }
    
    .title{
        margin-left: 0px;
    }

    .title1{
        justify-content: center;
    }
    ul{
        display: inline;
        margin: 0;
        padding: 0;
    }


}