html,body{
    background-image: url("images/jed-owen-ajZibDGpPew-unsplash.jpg"); 
    height: 120%;
    background-size: cover;
    background-repeat: no-repeat;

}
.image-color{
    background-color: white;
    border-radius: 50%;
    padding: 0.1%;
}
h1{
    margin: 5%;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 3em;
    font-style: normal;
  }

.my-content{
    min-height:75%;
}
.my-intro{
    height: 40%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.589), rgba(0, 0, 0, 0.089));
    margin-top: 4%;
    padding-top: 5%;
    padding-bottom: 40%;   
}

.my-intro> p{
    color: rgb(255, 255, 255);
    font-size: 1.5em;
    font-family: "Dosis", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
footer{
    margin-left: auto;
    background-color: #252525;
    color: rgba(158, 158, 158, 0.815);

}