@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Montserrat", sans-serif;
}
/*
body {
    background-image: url('../images/45-degree-fabric-dark.png'); background-repeat: repeat; background-color: #14122a; height: 100vh;
}*/

div.col-md-3 {
    border-top-left-radius: 13vh;
    border-bottom-left-radius: 13vh;
}

div.col-md-9 {
    border-top-right-radius: 13vh;
    border-bottom-right-radius: 13vh;
}

footer {
    border-radius: 13vh;
}

body div.jumbotron:before{
    background-image: url('../images/4k-tech-computer-circuit-5iu60h6elmqhwukm.jpg');
    background-repeat: no-repeat;
    background-position: 0;
    opacity:0.2;
}