* {
    margin: 0;
    padding: 0;
}

body {
    color: white;
    background-color: black;
    font-family: 'Poppins', sans-serif;
}

#menu a {
    margin-top: 30px;
    margin-left: 25px;
    margin-left: 25px;
    margin-bottom: 30px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: 0.3s;
    border-bottom: solid black 1px;
}

#menu a:hover {
    margin-top: 30px;
    margin-left: 25px;
    margin-left: 25px;
    margin-bottom: 30px;
    text-decoration: none;
    color: #566391;
    font-size: 20px;
    transition: 0.3s;
    border-bottom: solid white 0.2px;
}


.img-home {
    width: 100%;
    border-radius: 10px;
}

.nome-title {
    font-size: 6rem;
}

.text-description {
    font-size: 1.5rem;
}

.box-link {
    border-radius: 10px;
    background-color: #e5ddc7;
}

.box-link a {
    font-size: 1.3rem;
    text-decoration: none;
    color: black;
}

.iframe-calendly {
    margin-top: 16px;
    border-radius: 10px;
    width: 100%;
    height: 450px;
    min-height: 200px;
}

.space {
    padding-top: 200px;
}

footer {
    margin-top: 120px;
    margin-bottom: 20px;
}