body {
    background-color: #e1e5e9;
    height: 100%;
    width: 100%;
}

.main-title {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #34344D;
}

.main-slogan-text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.main-row {
    padding-top: 20%;
}

.links-text {
    margin: 0;
    padding: 8px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.kw-button {
    text-decoration: none;
    background-color: #34344D;
    font-size: 14px;
    padding: 6px 14px;
    color: #fff;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 37px;
}

.kw-button:hover {
    color: #34344D;
    background-color: #fff;
}

.kw-button-icon {
    margin-right: 6px;
}
