body {
    margin: 0;
    font-family: 'Poppins', sans-serif;;
    font-weight: 400;
    color: white;
    background-color: #106e88;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    color: white;
    height: 100vh;
    justify-content: center;
    text-align: center;
    z-index: 100;
    overflow: auto;
}

.header img {
    width: 395px;
    margin-bottom: 20px;
    margin-top: 20px;
    z-index: 100;
}

.header {
    z-index: 100;
}

.logo img {
    width: 245px;
    margin-bottom: 20px;
    z-index: 100;
}

.logo {
    z-index: 100;
}

.links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.link {
    display: flex;
    align-items: center;
    background-color: #12D194;
    padding: 0px 40px;
    margin: 10px;
    border-radius: 8px;
    width: 250px;
    height: 120px;
    max-width: 325px;
    flex-direction: row-reverse;
    position: relative;
    overflow: hidden;
    text-align: start;
    justify-content: space-between;
}

.app_link
{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #12D194;
    padding: 0px 20px;
    margin: 10px;
    border-radius: 8px;
    width: 285px;
    height: 120px;
    max-width: 400px;
    position: relative;
}

.app_link img {
    width: 90%;
}

.link img {
    width: 80px;
    margin-left: 20px;
}

.link p {
    margin: 0;
    font-size: 1.3rem;
    font-weight: bold;
}

.circle_base{
    position: absolute;
    width: 400px;
    height: 400px;
}

.circle_red{
    fill: #106e88;
    stroke: #eb5f52;
    stroke-width: 0.9em;
}

.circle_green{
    fill: #106e88;
    stroke: #12D194;
    stroke-width: 0.9em;
}

.circle_yellow {
    fill: #106e88;
    stroke: #edcc61;
    stroke-width: 0.9em;
}

.gif::after{
    box-shadow: inset 0px 0px 150px white;
}