body{
    background-color: aliceblue;
}

p{
  margin-left: 5%;
  width: 90%;
  font-family: sans-serif;
  line-height: 1.6; 
  font-size: 1.1em;
  text-align: justify;      
}


.borito{
    height: 400px;
}

h1,h2{
    font-family: 'Playwrite HU', sans-serif;
    font-size: 2em;
    text-align: center;
    padding-top:15px;
    padding-bottom: 20px;
}

nav{
    background-color: #e3e3ce;
}


.gallery-img {
            height: 300px;       
            object-fit: cover;   
            width: 100%;        
            border-radius: 8px; 
            margin-bottom: 20px; 
        }

.rolunk{
    align-items: center;
}

/* footer*/
.footer {
    background-color: #e3e3ce;
    color: black;
    padding: 40px 0;
    margin-top: 100px;
}

.footer .logo img {
    max-width: 150px;
}

.footer .socialmedia a {
    color: black;
    margin: 0 10px;
    font-size: 1em;
    font-style: italic;
    text-decoration: none;
}
/* footer*/

.rolunk-section {
    background-image: url('media/hatter.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    width: 1800px;
}

.text-box {
    background-color: #e3e3ce;
    padding: 30px;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.skip-link:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 8px;
    background-color: #000;
    color: #fff;
    z-index: 1000;
}
