.contact-form {
    background-color: white;
}

.box1{
    border: green 1px solid;
}
.box2{
    border: blue 1px solid;
}
.box3{
    border: red 1px solid;
}
.sef{
    height: 700px;
    width: 80%;

}
.navbar {
  background-color: #797f85;
  border-bottom: black 1px solid;
  padding: 20px;
  margin-bottom: 70px
}
.navbar .nav-link:hover,
.navbar .navbar-brand:hover {
  background-color: #495057;
  color: #ffffff;
}

#rolam{
    text-align: center;
}
.box {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.borjukep {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.m_borjukep {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.ingredients-table {
    width: 100%;
}
.ingredients-table th {
    background-color: #f8f9fa;
}
h6{
    line-height: 1.8;
    padding-left: 20px;
    padding-right: 90px;
    font-family: Arial, Helvetica, sans-serif;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  opacity: 1;
}

p{
    font-family: sans-serif;
}

.img-thumbnail1{
    width: 11%;
    height: 10%;
}

.img-thumbnail2{
    width: 14%;
    height: 15%;
}

aside a{
    text-decoration: underline;
    padding-left: 20px;
}

