:root{
  --oasisourple: #A349A4;
}

body {
  background: #2c3e50;
  color: #bdc3c7;
  font-family: comic-sans-ms, monotype corsova, courier;
  margin-left: 15%;
  margin-right: 15%;
  text-align: center;
}

h1 {
  text-align: center;
  background-color: #151e26
}

p {
  color:#bdc3c7;
  background-color: #151e26;
  font-size: 20px;
}

img {
  text-align: center;
  }
  
.border {
  border-style: none;
  border-style: double;
  border-width: 10px;
  border-color: #E1E289;
}
