body {
    background-color: #FF0092
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25%;
}

button {
    position: relative;
    width: 200px;
    padding: 15px 0;
    text-align: center;
    margin: 20px 10px;
    font-weight: bold;
    border: 4px solid #010101;
    background: #FF0092;
    color: white;
    cursor: pointer;
   font-family: sans-serif;
   font-size: 20px;
   letter-spacing: 0.1em;
}


a:link {
    color: #FF0092;
    text-decoration: none;
    font-size: 20px;
    font-family: sans-serif;
    text-align: right;
}

a:visited {
    color: black;
}

a:hover {
    color: #5406FF;
    text-decoration: underline;
}

a:active {
    color: #5406FF;
}

