table {
    font-size: 2vw;
    margin: auto;
    border-collapse: separate;
    border-spacing: 5vw 0;
}

.no-header {
    background-image: url("../backgrounds/Home-PC.jpeg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100vw;
}

.text-1 {
    font-size: 1.5vw;
    font-family: 'Times New Roman', serif;
}

.section1 {
    width: 70vw;
    margin: auto;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 2vw;
}

img.footer {
    width: 70vw;
}

div.footer {
    width: 70vw;
    margin: auto;
}

@media screen and (max-width: 750px) {
    .text-1 {
        font-size: 3vw;
    }
    
    .text-2 {
        font-size: 2vw;
    }
}

@media screen and (max-width: 750px) {
    .no-header {
        background-image: url("../backgrounds/Home-PC.jpeg");
        background-repeat: repeat;
        background-attachment: scroll;
        background-size: 100vw;
    }
}