*
{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    box-sizing: border-box;
}

body
{
    background-color: #24252b;
    margin: 0;
    padding: 0;
    text-align: center;
}

#home-bg-img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.background
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background::before
{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.25);
}

nav
{
    margin-right: 2.5em;
}

li
{
    position: relative;
    display: inline-block;
    font-size: 20px;
    
    padding: 15px;
    justify-content: center;
}

a
{
    text-decoration: none;
    color: #a6a6a6;
}

a:hover
{
    color: #fff;
}

.home-text
{
    position: relative;
    font-size: 25px;
    padding: 20px;
    top: 5em;
}

h1
{
    color: #f2f2f2;
}

h2
{
    font-weight: 500;
    color: #f2f2f2;
}

.page-text
{
    position: relative;
    height: auto;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    padding: 20px;
    min-width: 350px;
}

p
{
    text-align: justify;
    padding: 10px 15px;
    font-size: 19px;
    color: #bfbfbf;
    background-color: rgba(0, 0, 0, 0.3);
}
