
body {
  
background-image: url('index/gradient.png');
 background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 45% 5%; 
  background-color: #1E1C26;
  font-family: monospace;
  
}

a:link {
  color: #F8D29E;
  background: transparent;
}

p {
  color: #E5E5F2;
  }
  
  h1 {
  color: #E5E5F2; 
  }
  
  .flex-parent-element {
  display: flex;
  width: 50%;
}

.flex-img-element {
  flex: 1;
  border: 2px transparent;
  margin: 40px;
}

.flex-text-element:text {
  margin-right: 60px;
}
  