* {
    margin: 0;
    padding: 0;
    font-family: "Young Serif", serif;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
}

body {
    margin: 30px;
}

.navbar {
    background-color: black;
    color: white;
    padding: 20px;
    text-align: center;

}

.links {
    display: flex;
    justify-content: center;
    color: grey;

}

.container {
    margin-top: 10px;
    text-align: center;
}

.products {
    border-style: solid;
    display: inline-block;
    text-align: center;
    width: 250px;
}

.products__images {
    width: 100%;
    height: 300px;

}

.products__heading {
    font-size: 15px;
}

.products__desc {
    font-size: 14px;
}

.products__button {
    background-color: black;
    color: white;
    padding: 8px;
}

.contactform {
    background-color: black;
    color: white;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}

.contact__details {
    margin: 0 auto;


}

.form__button {
    width: 40%;
    background-color: yellow;
}