
.logo {
    position: absolute;
    width:150px;
    height:auto;
    top:10%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
}

.text1 {
    font-family: Times New Roman;
    text-align:center;
    position: absolute;
    top:50%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
}

.product {
    position: absolute;
    width:300px;
    height:auto;
    top:30%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
}

img {
    width:300px;
    height:auto;
}