@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.background-image {
    background-image: url('../images/aboutpagedesign.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.table-container {
    position: relative;
    z-index: 1; 
    padding: 20px;
}


table {
    width: 100%; 
    /
}.p {
    position: fixed;
    right: 69%;
    left: 12%;
    top: 40%;
}
.p2 {
    position: fixed;
    top: 40%;
    left: 64%;
    right: 16%;
}
