.title{
  text-align: center;
  color: whitesmoke;
  font-family: 'Electrolize', sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  margin-top: 2.5%;
  background-color: black;
  height: 100%;
  margin-bottom: 1%;
}

.canvas-container{
  display: block;
  margin-top: 2%;
  display: flex;
  justify-content: center;
}

.personal-div {
    margin-top: 3%;
    display: flex;
    justify-content: center;
}

.personal-div a {
    filter: invert(100%);
    margin-left: 1%;
    margin-right: 1%;
}

.personal-div a img {
    width: 30px;
}

.personal-div a img:hover {
    filter: hue-rotate(180deg);
}

.estherbaek {
    font-family: 'Electrolize', sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    color: whitesmoke;
    margin: 0;
    margin-top: 5px;
    padding: 0;
}
