body {
    background-image: url("../assets/rocks.jpg");
    background-repeat: repeat;
    background-size: cover;
}

p {
    text-align:center; 
    font-size: 150%;
    justify-content:center;
    color: white;
    font-weight: bold;
    -webkit-text-stroke: 1px black;
    margin-left: 20%;
    margin-right: 20%;
}

 li {
    font-size: 150%;
    text-align: center;
    list-style-position: inside;
    color: white;
    font-weight: bold;
    -webkit-text-stroke: 1px black;
}

h1, h2 {
    text-align: center;
    -webkit-text-stroke: 0.05px white;
}

#main_text {
    margin-top: 2.5%;
    position: static;
}

.imagecontainer {
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 5%;
    margin-top: 5%;
}

.image {
    margin: auto;
    width: 50%;
    border: 5px outset gold;
}

.yogalink {
    color: gold;
    text-decoration: none;
}

.yogalink:hover {
    color: black;
    text-decoration: none;
}

#langs label,#mobilelang, #togglebutton, .current {
    color: black !important;
}

.headerlink:hover {
    color: black;
}

@media (max-width:  800px) {
    p {
        text-align:center; 
        font-size: 150%;
        justify-content:center;
        color: white;
        -webkit-text-stroke: solid 2px black;
        margin: 0 !important;
    }
    .image {
        width: 90%;
    }
}

