
body {
    margin: 0;
    font-family: sans-serif;
}

p {
  font-size: 1.5em;
  color: #323232;
  background-color: transparent;
  background-image: none;
}

/* div {
  background-image: url("./image/The_Fairy_Pools.jpg");
}
*/

.bkg_skye{
    /* Sizing */
    width: 100vw;
    height: 100vh;
    
    /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* Text styles */
    text-align: center;
    color: white; /* ADD THIS LINE */
    
    /* Background styles */
    background-image: url(https://rskye.eu/image/home.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}




