* {
    box-sizing: border-box;
}
body, html {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: linear-gradient(255deg, #99F2FE -0.2%, #3FE8FF 24.5%, #2EE6FF 42.44%, #06D5F1 58.28%, #03C1EB 77.95%, #00AEE5 91.88%);
    width: 100vw;
    height: 100vh;
}
.row {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 20;
    position: relative;
}
.dog-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
    left: 0;
    top:  0;
    position: absolute;
    justify-content: left;
    align-items: end;
}
.logo {
    width: 143px;
    height: 22px;
    background: url("/images/logo.svg");
    display: block;
}
.dog-image {
    max-width: 752px;
    max-height: 677px;
    width: 100%;
    height: auto;
    padding-right: 200px;
}
.text-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.text {
    color: #1E1E1D;
    text-align: center;
    font-family: Inter;
    font-size: 69.16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100.432px; /* 145.218% */
    letter-spacing: -2.075px;
    display: block;
}