﻿* {
    margin: 0;
    -webkit-user-select: none;
    font-family: 'Cabin Condensed', sans-serif;
}

body {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-splash {
    position: relative;
    height: 150px;
}

#title {
    position: relative;
    font-size: 40px !important;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 15%;
    line-height: 3.4rem !important;
}

#ball {
    position: absolute;
    top: -17px;
    left: -30px;
    height: 98px;
    width: 100px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
}

