@font-face {
    font-family: 'Montserrat';
    src: url(../Montserrat-VariableFont_wght.ttf);
}

body {
    margin: 0px;
    font-family: Montserrat;
    font-weight: 550;
    background-image: url(../images/background_image.jpg)
}


.MainText {
    display: flex;
    color: white;
    text-align: center;
    justify-content: center;
    background-color: #242424e5;
    border-radius: 10px;
    width: 60%;
    height: 280px;
    margin-top: 22px;
    
}
.box{
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgb(104, 136, 186);
    width: 70%;
    height: 330px;
    text-align: center;
    margin-left: 15%;
    border-radius: 20px;
}


.navHead {
    display: flex;
    flex-direction: row;
}

.copyright {
    color: white;
    margin-top: 12%;
    font-size: 18px;
}
p {
    font-size: 20px;
}

p>a {
    color: blue;
}

.Image > img {
    display: block;
    height: 260px;
    width: 260px;
    margin-top: 22px;
    border-radius: 10px;
    
}
.flexing {
    margin-top: 130px;
    justify-content: space-around;
    align-items: center;
    display: flex;
}

@media only screen and (max-width: 1225px){
    p{
        font-size: 18px;
    }
    .box{
        width: 80%;
        height: 320px;
        margin-left: 10%;
    }
    .copyright{
        margin-top: 10%;
    }
    
}
@media only screen and (max-width: 769px){
    .flexing{
        margin-top: 90px;
    }
    .box{
        width: 90%;
        height: 320px;
        margin-left: 5%;
    }
    p{
        font-size: 17px;
    }
    .Image > img{
        height: 200px;
        width: 200px;
    }
    .copyright{
        margin-top: 19%;
    }
}
@media only screen and (max-width: 700px) {
    .MainText {
        margin-left: 0px;
        margin-bottom: 20px;
        width: 80%;
        height: auto;
    }
    .box{
        height: 530px;
    }
    .Image {
        height: 200px;
        width: 200px;
        margin-right: 0;
        
    }

    .flexing {
        margin-top: 60px;
        flex-direction: column;
    }

    .Image > img {
        height: 200px;
        width: 200px;
        margin-top: 0;
    }

    .copyright {
    font-size: 18px;
    }
    p {
    font-size: 15px;
    }
    
}
