body {
    background-color: #fff;
    font-family: "DM Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    color: #0B424E !important;
}

h4{
    color: #0B424E !important;
}

.mi-color-personalizado {
    background-color: #0b424e;
}

.container {
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.links-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

.links-container a {
    width: 80%;
    white-space: break-spaces !important;
}

.mi-color-personalizado2:hover {
    background-color: #98B1FF !important;
}

.name-container {
    font-size: 24px;
    font-style: bold;
}

.margin-top-2 {
    margin-top: 32px;
}

.bottom {
    width: 100%;
    text-align: center;
    width: auto;
    font-weight: bolder;
}

.bottom span {
    color: #0B424E
}

.bottom svg {
    stroke: #98B1FF;
    fill: #98B1FF;
}

.w3-button:hover {
    background-color: #91b1ff !important;
}

.w3-button {
    color: #fff !important;
}

@media (min-width: 768px) {
    .link {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}