*{
    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;
}
nav
{
    height: 17.3vh;
    padding-top: 15px;
    background-color: rgba(255, 255, 255, 0.7);
}
.icube_text
{
    float: left;
    width: 100%;
    text-align: center;
    text-decoration: underline 5px solid black;
    text-underline-offset: 11px;
}
.icube_text h1
{
    color: black;
}
nav ul
{
    float: left;
    text-align: center;
    display: inline;
    margin-top: 42px;
    margin-left: 28%;
}
nav ul a
{
    text-decoration: none;
}
nav ul li
{
    display: inline;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 44px;
    padding-right: 44px;
    transition: all 0.25s;
}
nav ul li:hover
{
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.25s;
}
.rap
{
    width: 100%;
    height: 83.8vh;
    background-color: rgba(255, 255, 255, 0.25);
}
.body_rap
{
    float: left;
    width: 90%;
    height: 74vh;
    margin-left: 5%;
    margin-top: 5vh;
    background-color: rgba(0, 0, 0, 0.7);
}
.part1
{
    width: 92%;
    margin-left: 4%;
}
.part1 a
{
    text-decoration: none;
}
.part1 li
{
    height: 100%;
    width: 100%;
    padding: 15px;
    margin-top: 25px;
    text-align: center;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.38);
    border-width: 2px;
    background-color: rgba(255, 255, 255, 0.25);
}
.part1 li:hover
{
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.15);
    text-underline-offset: 4px;
}
.part1 li p
{
    margin-top: 5px;
}




.text_style1
{
    font-size: 44px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.text_style_heading, .text_style2
{
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-transform: uppercase;
}
.menu_text_style
{
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
}