body {
    font-family: 'Questrial', sans-serif;
    background-color: #000;
    background-size: cover;
    color: white;
    margin-left: 2rem;
    margin-right: 2rem;
}

h1 {
    font-size: 2rem;
    margin-top: 5rem;
    margin-bottom: 0;
    color: white;
    font-size: 36px;

}

p{
    margin-top: 20px;
    font-size: 18px;
}
.container-fluid {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.bg-light {
    background-color: #ffffff;
}
img{
    height: 40vh;
    margin: 2rem;
}
#img {
    background-image: url("../images/superhero.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 250px;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;


    position: relative;
    bottom: 5%;
}

#word {
    display: none;
}
#typebox {
    border: 0;
    outline: 0;
    background-image: url(../images/dust_scratches.png);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    cursor: none;
}
#center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#hNav {
    color: #fff;
    font-family: "Georgia", Times, Times New Roman, serif;
    background-color: #4aaaa5;
    margin: 0;
    padding: 0;
    height: 100%;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2em;
}
#navbarSupportedContent {
    z-index: 1;
    padding-right: 10%;
    background-color: #fff;
}
#move {
    padding-left: 10%;
    height: 100%;
}
#navbarSupportedContent {
    z-index: 1;
    padding-right: 10%;
    background-color: #fff;
}
#chal {
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    font-size: 2em;
    letter-spacing: 10px;
    text-align: center;
}
footer {
    background-color: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    padding-top: 25px;
}
#orange {
    background-color: #000;
    width: 100%;
    margin: 0;

    padding-bottom: 50px;
    color: #fff;
    font-size: 2em;
    display: flex;
    justify-content: space-between;

}
span{
    color: #47C6CB;
}
#head {
    width: 33%;
    margin-left: 5rem;
    color: #fff;
}
#blue {
    background-color: #4aaaa5;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    font-size: 2em;
    border: 1px solid #cccccc;
}
.cen {
    text-align: center;
}
