body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: darkblue;
    color: purple;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#title {
    font-size: 80px;
}

#copybutton {
    background-color: purple;
    color: darkblue;
    border-radius: 8px;
    border-style: none;
    width: 180px;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
}

#description {
    text-align: center;
    font-size: 20px;
}
