body {
    background-color: #dddddd;
    font-family: Arial, Helvetica, sans-serif;
}

.center {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: fit-content;
}

.main-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
}

.second-title {
    font-size: 13px;
    margin-bottom: 10px;
}

.third-title {
    font-size: 11px;
    margin-top: 5px;
}

.scalpal-logo {
    width: 120px;
}