.body-content {
    padding-top: 20em;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

.flashToast {
    position: fixed;
    bottom: 0;
    left: 0;
}


.card {
    width: 50vw;
    margin:auto;
    background:#f0f0f0; 
    border:1px solid black;
}

.card-header {
    /* background: darkseagreen; */
    color: rgba(255,255,255,0.85);
    background: #0078d4;
    font-weight: 300;
}

.card-text {
    align-content: center
}

#wrapper {
    display: flex;
  }
  
#left {
flex: content;
margin-right: 0.5em;

}

#right {
flex: 1;
}

#footer {
    width: 50vw;
    margin: auto;
    text-align: left;
    margin-top: 1em;
}

#smiley, #frowny {
    height: 1.5em;
    width: 1.5em;
    margin: auto;
    fill: #0078d4
}

#smiley:hover, #frowny:hover{
    height: 1.5em;
    width: 1.5em;
    margin: auto;
    fill: white;
    border: 1px solid #0078d4;
    background-color: #0078d4;
    border-radius: 50%;
}

#check-icon {
    height: 1.25em;
    width: 1.25em;
    margin: auto;
    fill: green;
}

a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
}

a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
}

.home-page {
    margin-top: 1em;
    display: flex;
    justify-content: center;
    width: 100%;
}