@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat',sans-serif;
    overflow-x: hidden;
}

#banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #333333;
    padding:50px 0px 125px 0px;
}

.banner-text{
    width: 400px;
    padding: 40px;
}

.banner-text-name{
    font-size: 25px;
    font-family: 'Londrina Solid',sans-serif;
}

.banner-text-desc{
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 20px;
}

.banner-text a{
    text-decoration: none;
    color: black;
    padding: 8px 19px;
    border-radius: 20px;
    background-color: #17A2B8;
    font-weight: 1000;
}

/**/

.banner-img img{
    opacity: 0.8;
}

.banner-img img{
    width: 390px;
}