body, html {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    background-color: #212227;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    text-decoration: none;
}

a {
    color: rgb(183, 232, 255);
}

a:hover {
    color: #84cbfa;
    font-size: medium;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transition: all .2s ease-in;
}

dd {
  margin:0;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  font-style: oblique;
}

.simple {
    font-size: large;
    font-weight: 600;
    color: rgb(130, 215, 255);
}