body{
    background-color: rgba(209, 205, 205, 0.5);
}

header{
    text-align: center;
    font-style: italic;
    font-size: 1.5em;
    border-bottom: 12px double grey;
}
/* .container{
    display: flex;
    align-items: center;
    justify-content: center;
   position: relative;
} */


div img{
    float: right;
    width: 300px;
    height: 400px;
    box-sizing: border-box;
    border-radius: 80%;
    border: 1px solid black;
    margin: 50px;
}

div img:hover{
    box-shadow: 25px 25px 25px gray;
    border: 10px double black;
    border-radius: 0%;
    width: 300px;
    height: 400px;
    margin: 50px;
}

/* ol{
    display: flex;
}
ol h2{
    text-align: center;
}
.intro{
    justify-content: center;
    background-color: rgb(246, 239, 231); 
    border: 1px solid gray;
    padding: 20px;
    margin: 15px;
    font-size: 1.5rem;
} */
ol div{
    border: 2px solid black;
    margin: 15px;
    padding: 30px;
    background-color: rgb(241, 236, 230);
}
span{
    font-size: larger;
    color: rgb(84, 52, 159);
    font-weight: 1000;
}

img{
width: 600px;
height: 750px;
margin-left: 33%;
margin-bottom: 20px;
border: 3px grey solid;
}

img:hover{
    border-radius: 100%;
    transition: 1s;
    width: 500px;
    height: 650px;
    margin-left: 35%;
    border: 3px black;
}


footer a{
    color: gray;
    text-decoration: none; 
    border: 2px dashed grey;
    padding: 5px;
    text-align: center;
    justify-content: center;
    font-size: 24px;
    margin-left: 40%;
   
}

footer a:hover{
    color: black;
    border: 5px double black;
    padding: 5px;
    font-size: 25px;
}