.img {
    border: 8px solid #fc9300;
    width: auto;
    height: auto;
    float: left;
    text-align: center;
    margin: 6px;
    background-color: rgb(255, 177, 42);
}

img {
    margin: 6px;
}

.text {
    font-size: 36px;
    font-family: Gigi;
    margin-bottom: 6px;
}

.container{
    margin-top: 8%;
    margin-left: 18%;
    /* margin-right: 5%; */
    /* display:inline-block; */
    /* vertical-align:middle; */
    width: 80%;
    height: auto;
}

.logo {
    z-index: 999;
    width: 262;
    height:60;
}

.logo-img {
    position:absolute; 
    width:262;
    height:60;
    left: 50%;
    margin-left: -131px;
}

.text2 {
    position:absolute;
    text-align: center;
    font-size: 18px;
    font-family: Gigi;
    color: black;
    width: 300px;
}