


/*global css*/

.red {
    background-color: red;
}

.blue {
    background-color: blue;
}

.green {
    background-color: green;
}

.purple {
    background-color: blueviolet;
}

.yellow {
    background-color: yellow;
}

.Lightblue {
    background-color: turquoise;
}

.lightgreen {
    background-color: aquamarine;
}

/*end global css*/













.bigNameFont {
    color: white;
    padding-top: 75px;
    font-size: 73px;

}













.BackGroundHero {
    background-image: url(/img/man.jpg);
    height: 100vh;
    color: white;
    background-size: cover;
    background-position: 52% 48%;
}
