header {
  background-color:midnightblue;
  color:lightpink;
  font-size: xx-large;
  text-align: center;
}

body {
  background-color:rgb(15, 15, 54);
  color: midnightblue;
}
.in-body{
  background: linear-gradient(to right, lightpink, #ffffff, lightpink);
  /*background: linear-gradient(to right, lightpink, rgb(195, 144, 224));*/
  padding: 15px;
  border: 5px solid midnightblue;
}
.container {
  display: flex;
}
.left-div {
  flex: 0.75;
}
.right-div {
  flex: 0.25;
  text-align: right;
}
footer {
  background-color:midnightblue;
  color:lightslategray;
  text-align: right;
  padding: 5px;
}
.footerlink {
  color: azure;
}
.text {
  font-family: "Lucida Bright";
}
