@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
    font-family: 'VT323', monospace;
    background-color: #d0d0d0;
    color: #2b2b2b;
    margin: 0;
    padding: 0;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    color: #0D273D;
    margin-bottom: 0.5em;
    text-align: center;
    letter-spacing: 1px;
}

h1 {
    font-size: 2.8em;
    border-bottom: 1px dashed #0D273D;
    padding-bottom: 0.2em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 1.8em;
}

p {
    margin-bottom: 2.0em;
    font-size: 1.5em;
    text-align: left;
    max-width: 850px;
    margin: 0 auto 1.3em;

}

a {
    color: #0D273D;
    text-decoration: none;
    border-bottom: 1px dashed #0D273D;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

a:hover {
    color: #274B6D;
    border-bottom: 1px dashed #274B6D;
}

button {
    background-color: #333333;
    color: white;
    border: 1px solid #555555;
    padding: 10px 20px;
    font-family: 'VT323', monospace;
    font-size: 1.1em;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #555555;
}

.float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 2px;
    border-radius: 2px;
    width: 300px;
    height: auto;
    border: 5px solid #0D273D;
}

.float-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 2px;
    border-radius: 2px;
    width: 300px;
    height: auto;
    border: 5px solid #0D273D;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
}

th, td {
    border: 1px dashed #333333;
    padding: 12px;
    text-align: center;
}

ul, ol {
    margin-bottom: 1em;
    padding-left: 1.2em;
    text-align: left;
}

ul li, ol li {
    margin-bottom: 0.5em;
}

.botoncito a{
  font-size: 50px;
  color: #EDE9E8;
  background-color: #1F3555;
  padding: 4px;
  border-radius: 10px;
  align-content: center;
}
header {
  width: 100px;
  height: 200px;
  background-size: cover;
  clear: both;
  }