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: hidden;
  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;
    }

.boxed {
  width: 33%;
  text-align: left;
  height: 555px;
  padding: 15px;
  margin: auto;
  overflow-y: scroll;
  background-color: white;
  z-index: 02;
}

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

.right {
  float: right;
  padding: 10px;
}

.left {
  float: left;
  padding: 10px;
}