body {
    background-color: #c5bcb8;
    color: #554a3f;
}


/* unvisited link */
a {
    color: #1a0505
}

/* visited link */

a:visited {
    color: #e4dcd5
}

/* mouse over link */
a:hover {
    color: hwb(351 81% 13%)
}

/* selected link */
a:active {
    color: #460909
}

/* Solid border */
hr.solid {
    border-top: 1px solid #556b2f
}


.button {
    position: absolute;
    top: 20px;
    left: 40px;
    height: 50px;
    width: 100px;
    border:2px solid #554a3f;
    background-color: #554a3f;
    border-radius: 40px;
    padding-top: 0px;
    display:block;
    text-align: center;
    align-items: center;
    align-content: center;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }


  /* Solid border */
hr.solid {
    border: 1px solid #6a605f;
    margin-bottom: -25px;
}


.flexbox-container {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    color:#554a3f;
    margin-top: -2%;
}

.flexbox-item {
    width: 500px;
    margin: 10px;
    border: 3px solid #c5bcb8;
    background-color: #c5bcb8;
    justify-content: center;
    align-items: center;
}

.flexbox-item-1 {
    min-height: 50px;
    text-align: center;
    align-items: center;
    align-content: center;
}

.flexbox-item-2 {
    min-height: 50px;
    text-align: center;
    align-items: center;
    align-content: center;
    margin: 30%;
}


.vl {
    border-left: 1px solid #6a605f;
    height: 200px;
    position: absolute;
    left: 50%;
    bottom: 60%;
    margin-left: -3px;
    top: 65%;
}

.wrapper {
    width:600px;
    margin: 0 auto;
    display: grid;
    align-items: center;
    justify-content: center;
}

#block1 {
    float:left;
    max-width: 100%;
}

#block2
{
    float:right;
    background-color: #F5F5F5;
    margin: 10px 20px;
    padding: 20px;
    width: 180px;
}