html {

    background-color: whitesmoke;
}

.rainbow-text {

    text-align: center;
    background-image: linear-gradient(to left, violet, indigo, blue, green, red, orange, red);
    -webkit-background-clip: text;
    color: transparent;

}

.information {
    text-align: center;
    background-image: linear-gradient(to left, violet, indigo, blue, green, red, orange, red);
    -webkit-background-clip: text;
    color: transparent;
}

.meep {
    background-image: linear-gradient(to left, violet, indigo, blue, green, red, orange, red);
    -webkit-background-clip: text;
    color: transparent;
}

.bild1 {

    margin: auto;
    width: 200px;

}

#toggleMenu {
    position: absolute;
    top: 0;
    right: -4ch;
    width: 4ch;
    height: 4ch;
    background-color: #B57B7B;
    background-image: url('tårta.jfif');
    background-size: 160%;
    transition: right 100ms;
    border: none;
}

.meny2 {
    background-color: #B57B7B;
    width: 300px;
    position: absolute;
    top: 0;
    left: -300px;
    transition: left 100ms;
}

.meny2.shown {
    left: 0;
}

.meny2.shown>#toggleMenu {
    right: 0;
}

li {
    font-family: Arial, Helvetica, sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 500px) {
    body {
        flex-direction: row;
    }
}

iframe {
    width: 100%;
}