@media (max-width: 600px) {

    body {
        background-image: url("../images/Phonebackround.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-color: rgb(0, 41, 58);
        margin: 0;
    }
    .contacts-div {
        width: 100vw;
        height: 800px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .contacts-div a {
        height: 30%;
    }
}
