.home_body {
    padding: 0%;
    margin: 0%;
    background-image: url('/../static/images/back3.jpg');
    background-position: center;
    /* background-attachment: fixed; */
/*     background-size: 120%; */
    background-size: cover;
    position: absolute;
}

.home_head {
    height: 10vh;
    padding: 3vh 10vw 1vh 10vw;
    background-size: 100% 100%;
    text-align: center;
    color: white;
}

.ul_head {
    list-style-type: none;
/*     color: aliceblue; */
	color: white;
	font-size: 2em;
}

.ul_head li {
    float: left;
    padding: 20px 20px 20px 20px;
    font-size: 2em;
}

.main_text {
    font-size: 2vw;
    color: aliceblue;
    /* background-size: 100% 100%; */
}

.ul_1 {
    list-style-type: none;
    width: 100vw;
    padding: 0;
}


.ul_card{
	list-style-type:none;
}

.ul_card li{
	float:right;
	width: 25vw;
}

.ul_card2{
	list-style-type:none;
}

.ul_card2 li{
    float:left;
	width: 40vw;
}


