h4 {
    display: inline-block;
}

body {
    background-color: #B2EDFF;
}

* {
    font-size: 15px;
}

#description {
    line-height: 25px;
}

#container {
    background-color: white;
    border-radius: 11px;
    box-shadow: 4px 5px 12px 1px #38383885;
    position: relative;
}

form {
    line-height: 45px;
}

#docslink {
    right: 46px;
    position: absolute;
    display: inline-block;
    background: #585FFF;
    padding: 6px 11px;
    line-height: 1.42857143;
    color: #efefef;
    border-radius: 5px;
    margin-top: 8px;
    cursor: pointer;
    text-decoration: none;
}