body {
    font-family: "Inter", sans-serif;
    /* background-color: #000000; */
    /* text-align: left; */
    color: #333;
    margin: 0;
    padding: 0;
    height: 100vh;
    background-image: url('matilde_1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.highlight {
    display: inline-block;
    background-color: #b738ea;
    color: #000000;
    padding: 8px 8px;
    border-radius: 18px;
    font-size: 3rem;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}