html {
    background-color: black;
}

body {
    background-color: black;
}

.First {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.FirstModel {
    height: 40%;
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: blanchedalmond;
    margin: 10px;
	cursor: pointer;
}

.FirstModel img {
    height: 150px;
    width: auto;
    margin: 10px auto;
}

.FirstModel .name {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}