*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
}
body
{
    width: 100%;
    height: 100%;
    background-image: url(./background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.rap
{
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.25);
}
.body_rap
{
    float: left;
    width: 80%;
    height: 80vh;
    margin-left: 10%;
    margin-top: 10vh;
    background-color: rgba(0, 0, 0, 0.7);
}
.heading
{
    width: 90%;
    margin-left: 5%;
    text-align: center;
    padding: 15px;
    margin-top: 25px;
}
.heading p
{
    text-decoration: underline solid 1px white;
    text-underline-offset: 5px;
}
.heading table
{
    border: 1px solid rgb(255, 255, 255);
    border-collapse: collapse;
    text-align: center;
    margin: auto;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}
.heading table tr td
{
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
}




.text_style1
{
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-transform: uppercase;
}
.text_style2
{
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-transform: uppercase;
}
.text_style3
{
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
}
.table_text
{
    font-size: 22px;
}