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

a {
text-decoration: none;
color:black;
}

p1 {
    color:black;
    font-family: Times New Roman;
    text-align:center;
}

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

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