html {
    font-size: 20px;
    font-family:'Times New Roman', Times, serif;
    color: rgb(0, 0, 0);
    margin-left: .4em;
}

body {
    font-family: 'Times New Roman', Times, serif;
    margin: 8%;
    color: rgb(0, 0, 0)
  }

  section {
    margin-bottom: 50px
}

h3 {
    font-size: 18px;
    color: rgb(142, 63, 173);
    text-decoration: underline;}

h2 {
    text-align: center;
}

.description {
    text-align: center;
}

a {
    color:rgb(61, 6, 61)
}
a:hover {
    color:blueviolet
}

.challah {
    width: 300px; 
    height: 300px;
    object-fit: cover;
    object-position: center; 
}