body{
  background: linear-gradient(#bddbff, #f7ffff);
    width: 100vw;
    height: 100vh;
    /* Hides overflow on the x-axis and y-axis */
    overflow: hidden;
}

.vcenter {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo {
  position: absolute;
  right: -145px;
  top: -300px;
  z-index: 1;
}

.border {
  background-color: #f7e3fa;

  position: absolute;
  top: -320px;
  right: -250px;
  height: 600px;
  width: 500px;
  
  border: 7px solid #f58ed8;
  border-radius: 2em;
  
  outline-style: solid;
  outline-width: 7px;
  outline-color: #fab9f2;
  
  z-index: 0;
}

.borderoutline {
  border: 11px solid #f7e3fa;
  border-radius: 2.8em;

  position: absolute;
  top: -333px;
  right: -264px;
  height: 620px;
  width: 520px;
  
  outline-style: solid;
  outline-width: 5px;
  outline-color: #413c52;
  
  z-index: -1;
}