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

body {
    font-family: 'Poppins', sans-serif;
}

.navigation {
    height: 80px;
}

.background-color {
    background-image: linear-gradient(#2937f0, #9f1ae2);
}

.banner {
    min-height: calc(100vh - 80px);
}

.text-color {
    color: blue;
}

.bg-sec {
    background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0, 0, 0, 0.5);
    background-blend-mode: overlay;
    height: 100vh;
}