.scala-logo {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 135px;
    height: 157px;
    background-image: url('scalahosting.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    text-indent: -9999px;
}
.scalahosting-logo-die {
    display: inline-block;
    width: 220px;
    height: 60px;
    background-image: url('scalahosting.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    margin-bottom: 20px;
}
