@charset "UTF_8";

body {
    background: linear-gradient(rgba(0, 0, 0, 0.103), rgba(0, 0, 0, 0.021)), url('../imagens/img\ 4.jpg');
    background-size: cover;
    background-position: center;
    display: block;
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 20px;
    justify-content: center;
}

.logo-circle {
    width: 120px;
    height: 120px;
    border: 2px solid white;
    border-radius: 50px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.logo-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1 {
    font-size: 1.5em;
    margin-bottom: 5px;
    color: black;
}

p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: black;
    margin-bottom: 30px;
}

.texto-sobreposto {
    position: absolute;
    left: 40% ;
    right: 40px;
    top: 0%;
}

.links-section > a {
    color: white;
}

.links-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.link-card {
    background-color: rgb(14, 7, 49);
    text-decoration: none;
    color: rgb(5, 5, 88);
    padding: 20px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
    box-shadow: 0px 8px 0px  rgba(1, 1, 37, 0.13);
}

.link-card img {
    width: 30px;
    height: 30px;
    margin-right: auto;
    border: 2px solid rgb(10, 10, 63);
    border-radius: 50px;
    margin: 0 auto 5px;
}

.link-card span {
    flex-grow: 1;
    margin-right: 30px;
}

    footer {
        text-align: center;
    }