.procedure{
    background-color:rgb(48, 93, 144);
    color:white;
    padding:10px 50px;
    height:50vh;
    font-size:35px;
}
header{
    display:flex;
    justify-content: center;
    width:100%;
  font-size:55px;
  color:white;
  border-radius: 10% / 91%;
  border:5px rgb(62, 141, 141) solid;
  text-shadow:10px 2px black;
background-color: rgba(51, 116, 144, 0.9);
font-family:Verdana, Geneva, Tahoma, sans-serif;
}

body, html{
    height:100%;
    margin: 0px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.image-section{
    min-height:100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
}

.untiedshoes{
background-image:url("../images/untiedshoes.jpg");
display:flex;
justify-content: center;
align-items: center;
}
.Shoelace{
    background-image:url("../images/shoelace.jpg")
}

.shoesworn{
    background-image:url("../images/shoesworn.jpg")
    }
    .run{
        background-image:url("../images/run.jpg")
    }
    
    .tyingshoes{
        background-image:url("../images/tyingshoe.jpg")
        }
        .tiedshoe{
            background-image:url("../images/tiedshoe.jpg")
        }