@media (min-width: 600px) {

    body {
        background-image: url("../images/background.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-color: rgb(0, 41, 58);
        margin: 0;
    }
    .contacts-div {
        width: 100vw;
        height: 400px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        justify-content: flex-end;
    }

    .contacts-div a {
        height: 100%;
        width: fit-content;
        margin-left: 2vw;
    }

    .insta-logo{
        padding-top: 1.9%;
        
    }
    .gmail-logo{
        margin-right: 10%;
    }

}