.banner{
    background-image: url("../img/fbbcf3ec-a3dd-4656-8248-b4519d443f44.jpg");
    background-size: cover;
    height: 200px;
    width: 100%;
}
.welcome{
    color: rgb(252, 252, 252);
    text-align: center;
    width: 100%;
    padding-top: 80px;
    font-size: 4em;
    margin-left: 0px;
}
@media screen and (max-width: 768px){
    .banner>h1{
        padding-top: 70px;
        font-size: 4em;
        margin-left: 0px;
        width: 100%;
    }
}
body{
    background: #e2dee5;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    background-origin: initial;
    height: 100%;
    width: 100%;
}