:root{
  --oasisourple: #A349A4;
}

body {
  background: #2c3e50;
  background-image: url(/img/flames.gif);
  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
}

a{
  color: cyan
}

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

.pascoal{
  color:#bdc3c7;
  background: none;
  font-size: 20px;
}

.bcfirst{
  opacity:0.6
}

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

.container {
  display: flex;
  text-align: center;
  justify-content: center;
  height: 100%
}
.container div{
  padding: 20px;
  background-color: #151e26;
  margin: 10px;
  width:450%;
}