.logo{
  background-image: url("../../logo.svg");
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-position: center;
  background-size: 20%;
  background-repeat: no-repeat;
}
