body {
    font-family: 'DM Serif Text', serif;
    background-color: #ffffff;
}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: underline;
}

.center-image {
    display: flex;
    justify-content: center;
    align-items: center;

}

.center-image img {
    width: 20%;
    object-fit: cover;
}

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

.badge {
    height: 60px;
}

.app-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.app-links img {
    height: 50px;
    margin: 10px;
}