
.title1{
    color: #008566;
    text-align: left;
}
.stars {
    color: rgb(254, 221, 4);
    font-size: 40px;
}
.price {
    font-size: 30px;
    color: rgb(0, 0, 0);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.subscription {
    padding: 20px;
    margin: auto;
    border-radius: 10px;
}
.subscription label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.subscription input[type="text"],
.subscription input[type="email"],
.subscription input[type="number"] {
    width: 90%;
    padding: 10px;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}
a{
    text-decoration: none;
    text-align: center;
    width: 100%;
    background-color:#008566;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    float: right;
    margin-top: 10px;
}
.subscription input[type="submit"]:hover {
    background-color: #008566;
}

.row{
    justify-content: center;
    margin-top: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.contact{
    height: 400px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.432),rgba(255, 255, 255, 0.497)),url(https://origympersonaltrainercourses.co.uk/files/img_cache/31010/1920_1660315443_AdobeStock_214682243.jpeg?1660315493);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact{
    padding: 30px;
}
table{
    justify-content: center;
    align-items: center;
    justify-self: center;
    margin: auto;
}