.contects{
    color: #B0A07E;
}

p{
    font-family: "Bellota Text", sans-serif;
    font-size: 16px;
}

a{
    color: black;
    text-decoration: underline 1px;
}

.content{
    display: flex;
    justify-content: space-around;
    margin: auto;
    margin-top: 100px;
}

.contact-me{
    width: 470px;
    margin-top: 50px;
    position: relative;
    left: 100px;
}

.contact-art{
    width: 470px;
    margin-right: 250px;
}

h1{
    font-size: 40px;
    font-weight: 900;
}

.star1{
    position: relative;
    top: -53px; left: 220px;
}

.star2{
    position: relative;
    top: -70px; left: 215px;
}

.info{
    margin-top: 20px;
}

.info-box{
    display: flex;
    margin-bottom: 10px;
}

.icon{
    margin-right: 15px;
    margin-top: -3px;
}

.item{
    width: 100px;
}

@media screen and (max-width: 1300px){
    .content{
        zoom: 0.8;
        margin-top: 100px;
    }
}

@media screen and (max-width: 1080px){
    .content{
        zoom: 1;
        flex-wrap: wrap;
    }

    .contact-me{
        left: 0;
    }

    .contact-art{
        margin-top: 100px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 800px){
    .contects{
        background-color: #FEF7EB;
        color: rgb(123, 96, 96);
    }

    .content{
        zoom: 0.9;
        margin-top: -50px;
        margin-top: 50px;
    }

    .contact-me{
        left: 20px;
    }

 
}

@media screen and (max-width: 700px){
    .content{
        zoom: 0.7;
        margin-top: 50px;
    }
}

@media screen and (max-width: 450px){
    .content{
        zoom: 0.6;
        margin-top: 50px;
    }
}