body {
    background: rgb(60, 60, 93);
    font: normal 15pt Arial;
}

header {
    color: white;
    text-align: center;
}

section {
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    margin: auto;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.359);
}

div#res {
    text-align: center;
}

img {
    padding-top: 10px;
}
footer {
    color: white;
    text-align: center;
    font-style: italic;
}

.social-buttons {
  margin-top: 20px;
}

.btn {
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
}

.github:hover {
  color: #24292e;
}

.linkedin:hover {
  color: #0a5d8f;
}
