body {
    background-color:#008080;
    background-size: 250px 345px;
    font-family: Arial, sans-serif;
    align-items: center;
}

.content {
    background-color: #c0c0c0;
    color:#000000;
    text-align: center;
    margin: auto;
    width: 40%;
    border: 3px solid #c5d7da;
    padding: 20px;
}

a:link {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}
  a:visited {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}
