body{
padding: 0;
margin: 0;
}
.spacing{
    width: 100vw;
    height: 1vh;
  
}
.footer{
    width: 100%;
    padding-top: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#heading1{
    display: flex;
    flex-direction: row-reverse;
    padding-right: 2vw;
    float: right;
}
#heading1{
    display: flex;
    flex-direction: row;
}
p{
    padding-left: 10px;
}
h1{
    color: brown;
    font-size: 4vh;
    padding-left: 10px;
}

#table-heading{
    height: 5vh;
    width: 100vw;
    background-color: yellow;
}
th{
    font-size: 1.8vh;
}
.first{
width: 15vw;
padding-left: 10px;
align-items: center;
justify-content: center;
display: flex,


}
.second{

    width: 60vw;
    padding-bottom: 15px;
    justify-content: left;
    display: flex,
    }
    .third{
        width: 25vw;
       
        justify-content: center;
        display: flex,
    }

a{
    text-decoration: none;
    color: white;
}
.brochure{
    border-radius: 2vh;
    display: inline-block;
    box-sizing: content-box;
    overflow: hidden;
    padding-left: 10;
    padding-right: 10;
    padding-top: 5;
    padding-bottom: 5;
    background-color: brown;

}
.title{
    color: brown;
}
tr{
    margin-bottom: 2vh;
}
@media (max-width: 767px) {
    .spacebox{
        height: 5vh;
    }
    p{
    font-size: 1.6vh;
    }
    th{
        font-size: 1.4vh;
    }

}
th{
    font-size: 1.75vh;
}
p{
    font-size: 1.75vh;
}