* {
    margin: 0;
    padding: 0;

    box-sizing: border-box;
}

#body {
    background: linear-gradient(to top, #6d7fa0, #1e3477, #091d44);
    overflow: hidden;
}

#body,
html {
    height: 100%;
}

p {
    margin: 0;
    font-size: 16px;
}

.text {
    font-family: "Lato", sans-serif;
}

#hamburgare {
    fill: white;
}

#kugghjul {
    width: 4vw;
    height: 6vh;
}

#textknappstyle {
    background-color: transparent;
    border: none;
    text-decoration-line: underline;
}

.link:hover {
    font-size: 17px;
    transition: 0.5s;
}

#mer {
    display: none;
}

#inställningar {
    width: 0;
    position: fixed;
    z-index: 1;
    bottom: 0;
    background-color: #313131a8;
    overflow: hidden;
    padding-top: 10px;
    transition: 0.7s;
    height: 35%;
    margin-bottom: 10vh;
}

#hamburgarmeny {
    width: 0;
    z-index: 1;
    position: fixed;
    background-color: #313131ed;
    overflow: hidden;
    transition: 0.7s;
    height: 25%;
}

.navbar-nav {
    width: 100%;
    justify-content: space-evenly;
}

#temadiv {
    width: 50%;
}

#fontdiv {
    font-size: x-large;
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#karusell {
    float: right;
}

#nav-row {
    justify-content: space-evenly;
}

.inforow {
    border: rgba(0, 217, 250, 0.313) solid 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 90%;
}

#siteInfo {
    margin-top: 5vh;
    background-color: rgba(12, 12, 12, 0.226);
    justify-content: center;
}

#siteStart {
    overflow: auto;
    margin-top: 4vh;
    height: 80vh;
    background-color: rgba(253, 253, 253, 0.137);
}