body{
    color: black;
}

h1{
    font-family: sans-serif;
    font-size: 50px;
}

h3{
    font-family: sans-serif;
    font-size: 30px;
}

img{
    border-radius: 45%;
    border: 5px solid fuchsia;
    width: 100%;
    height: 100%;
}

.split {
  height: 100%;
  width: 50%;
  position: fixed;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.left {
  left: 0;
  background-color: fuchsia;
}

.right {
  right: 0;
  background-color: black;
}

.centered {
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}




















































