html, body {
    background-color: #121212;
    color: #e0e0e0;
}
.subtitulo{
    display: flex;
    justify-content: space-between;
    align-content: center;
}

h1{
    align-self: center;
    font-family: "Teko-Regular";
    font-size: clamp(45px, 2vw, 50px);
}
p{
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 300px;
}

.carouselMargin{
    margin: 40px 40px 40px 40px;
}