#body
{
    background: url(../images/diagmonds.jpg) repeat;
    font-family: Arial, Helvetica, sans-serif;
}

#main
{
    /* border: 1px solid red;*/
    max-width: fit-content;
    margin: auto;
}

.contact
{
    background-color: whitesmoke;
    padding: 7px;
    border-radius: 3px;
    min-width: 20em;
    max-width: 42em;
    margin-left: auto;
    margin-right: auto;
}

#image
{
    position: relative;
    /* border: 1px solid red;*/
    object-fit: scale-down;
}

img
{
    object-fit: scale-down;
    /* border: 6px solid olivedrab; */
    width: 100%;
    max-width: 800px;
    height: 100%;
    max-height: 90vh;
    min-height: 600px;
}

#link
{
    margin: 0 auto 5px auto;
    max-width: fit-content;
}

#link a
{
    position: relative;
    font-size: 1.1em;
    /* border: 1px solid red; */
    margin: 0 auto;
    width: auto;
    color: #a7a5a5;
    font-weight: bold;
    text-decoration: none;
}

#link a:hover
{
    text-decoration: underline;
}

.form-box
{
    width: 100%;
    margin: 0 20px 15px 0;
}

.form-box label
{
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 8px;
    display: block;
    font-size: 1.2em;
    margin: 0;
}

.form-box input.text {
    padding: 8px 10px;
    width: 95%;
    display: block;
    border: none;
    border-radius: 2px;
    font-size: 1.2em;
  }

  .button, .button.medium {
    padding: 15px 30px;
    background: #933429;
    font-size: 1.4em;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    margin: 5px 5px 5px 0;
    border: none;
    cursor: pointer;
    text-shadow: none !important;
    transition: all 0.3s ease-in;
  }

.notification_ok {
    height: auto;
    margin: 20px 0 70px 0;
    padding: 30px 10px;
    background: #6BBD64;
    line-height: 24px;
    color: white;
    text-align: center;
    font-size: 1.2em;
  }

.notification_error {
    height: auto;
    margin: 20px 0 70px 0;
    padding: 30px 10px;
    background: #6BBD64;
    line-height: 24px;
    color: white;
    text-align: center;
    font-size: 1.2em;
    border: 1px solid #e6e6e6;
    color: #F30303;
    background: #e7e4e4;
}