*{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 110%;
}

html{
    background-color: #b3c1d9;
}

.product-image{
    border-radius: 25%;
}

.nav-header-texts{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex: 1;
}

.link{
    color:black;
}

.link:hover{
    color: white;
}

.product-color{
    margin: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.product-texts{
    margin: 30px;
}

.prodcut-texts h1{
    margin: 30px;
}

.product-price{
     color: rgb(255, 107, 107);
}