body{
    width: auto;   
    height: auto;
    background-color: black;


}
.mainDiv{
    width: 100%;
    height: 700px;

    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    margin-top: 100px;
}
.splashimg{
    display: flex;
    justify-items: center;
    width: 600px;
    height: 600px;
}
.htext{
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
}
.twitterLogo{
    width: 30px;
}