@media (max-width: 600px) {
    body {
        background-image: url("../images/Phonebackround.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-color: rgb(0, 41, 58);
    }

    .buttons-div {
        margin-left: 0;
        width: 90%;
        height: fit-content;
        display: flex;
        justify-content: center;
    }

    .text {
        font-size: 2.75vh;
    }

}