/*CSS File für die Startseite                                               */
/* Diese Datei gehört zum WebEng 20/21 Projekt                               */
/* Copyright (c) by Bjoern Scherenberger                                    */
/*__________________________________________________________________________*/



/*CSS File für Index*/
#home {
    display: block;
    text-align: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25vH;
	margin-bottom: 10vH;
}

#homepic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 10px 15px #ACC8D6;
    height: 60vH;
}
