body {
    font-family: Courier New;
    background-color: #3f4a62;
    color:#d2d2d2;
}

h1, h2, h3,h4, h5, h6  {
    margin:5px 0 0 0;
    color:#dddbdb;
    text-align: center;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.25em;
    border-bottom:#dddbdb solid;
}
h3 {
    font-size: 1em;
}
.homelab-app > a > img {
    max-width:50px;
    height:auto;
}

.homelab-container {
    max-width: 500px;
    margin:auto;
    background-color: #334368;
    padding:10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.homelab-section {
    padding:10px;
    background-color:#626691;
    border-radius: 5px;;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top:5px;
}

.homelab-subsection {
    padding:10px;
    background-color:#2f3680;
    border-radius: 5px;;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top:5px;
}

a {
    color: #6ba4ff;
}

.menu {
    margin:auto;
    width:fit-content;
    margin-bottom:10px;
  
  }
  .btn {
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
    text-decoration: none;
    color: initial;
  
    font-size: 20px;
    background-color: #11395c;
    color: #6ba4ff;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #000000;
  }

.btn:hover {
    background-color: #6ba4ff;
    color: #11395c;
}