@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@100;400&display=swap');

* {
    font-family: 'Ubuntu', serif;
}

html,
body {
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 194, 255, 0.8) 100%), url("../img/wepik-photo-mode-2022728-152117.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.bg-destaque {
    background-color: rgba(200, 200, 255, 0.2);
}

.navbar-scroll {

    background-color: #fff;
}

.btn {
    border-radius: 50px;
}

.section1 {
    height: 100%;

}