body {
    font-family: Arial, sans-serif;
    margin: 0px;
}
a {
    text-decoration: none;
    color: black;
    transition: color 0.3s ease;
}
a:hover {
    color: rgb(235, 130, 8);
}

.enablejavascript {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; 
}
.flexcolumn {
    display: flex;
    flex-direction: column;
}
.flexrow {
    display: flex;
    flex-direction: row;
}
.aligncenter {
    align-items: center;
}
