body{
    font-family: 'OpenDyslexic';
    background-image: url(../images/purpl019.jpg);
    background-repeat: repeat;
}
section { width: 90%;
}
article {
    padding: 20px;
    margin-top: 9%;
    margin-bottom: 40px;
    align-items: center;
}
div { 
    background-image: url(../images/purpl112.jpg);
    border: solid 10px purple;
    border-radius: 25px;
    
    padding: 20px;
    text-align: center;
    
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 5%;
    
    width: 20%;
    height: auto;
}
.flex-main{ display: flex;
justify-content: space-between;
flex-direction: row;
}
@media (max-width: 800px){
  .flex-main{
    flex-direction: column;
    justify-content: center;
  }
  div{
    width: 80%;
    margin-left: auto;
  }
  body {
    min-width: 650px
  }
}

.flex-bottom{display: flex;
justify-content: center;
flex-direction: row;
}
.signature {
    font-family: '18thCenturyKurrentTextRegular';
    font-size: 50px;
}
.bottom {width: 50%;
    margin-top: 2%;
    padding: 10px;
}

a:link {color: rebeccapurple;
}
a:visited{color: mediumvioletred;
}
a:hover {color: fuchsia;
}
a:active{color: lime;
}