body {
  background-color: white;
  background-image: url("https://wowzow.neocities.org/Michael/transp028.png");
  background-size: cover;
  font-size: 14px;
  text-align: left;
  overflow-y: scroll;
  overflow-x: hidden;
}

    a{
    color: #000080;
    text-decoration: underline;
    font-style: italic;
    }

    a visited{
    color: #000080;
    text-decoration: underline;
    font-style: italic;
    }
  
    a hover{
    color: #000080;
    text-decoration: underline;
    }

.column {
  float: left;
  width: 33.33%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.boxed {
  width: 60%;
  text-align: left;
  height: 300px;
  padding: 05px;
  margin: auto;
  margin-bottom: 15px;
  overflow-y: scroll;
  background-color: white;
  z-index: 02;
  font-size: 18px;
}

.border {
  border-image: linear-gradient(
      #ff80ab,
      #ffb74d,
      #fff9c4,
      #aed581,
      #90caf9,
      #9575cd
    )
    30;
  border-style: solid;
  border-width: 03.5px;
  border-radius: 03px;
  z-