
.landingimg img{
    display: block;
    width: 100%;
}

.mainBody a{
    text-decoration: none;
}

.mainBody a{
    color: rgba(128,44,140, 1);
}

.mainBody a:hover{
    /*color: rgba(186, 255, 33, 255);*/
    color: rgba(130,230,222,255);
}

.welcome{
    margin-bottom: 150px;
}

#firstParagraph{
    margin-bottom: 120px;
}

#secondParagraph{
    margin-top: 40px;
}

table{
    max-width: 50%;
}

.left-align{
    text-align: left;
}

.right-align{
    text-align: right;
}

@media screen and (max-width: 900px){
    table{
        max-width: 60%;
    }
    .welcome{
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 800px){
    table{
        max-width: 70%;
    }
    .welcome{
        margin-bottom: 125px;
    }
}

@media screen and (max-width: 700px){
    table{
        max-width: 80%;
    }
    .welcome{
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 500px){
    table{
        max-width: 100%;
    }
    .welcome{
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 400px){
    table{
        max-width: 100%;
    }

    .welcome{
        margin-bottom: 50px;
    }
}


