html {
    margin: 0px;
}

body {
    background: url(imgs/background.png);
    background-size: cover;
    font-family: 'Arimo', sans-serif;
    margin: auto;
}

h1 {
    color: #FFFFFF;
    
}

.background1 {
    background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
    padding: 1%;
    border: black solid 2px;
    text-align: center;
}


button {
    align-items: center;
    background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 18px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 180px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
    margin: 15px;
}

button:active,
button:hover {
    outline: 0;
}

button a {
    background-color: rgb(5, 6, 45);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
    color: #FFFFFF;
    text-decoration: none;
}

button:hover a {
    background: none;
}

button:active {
    transform: scale(0.9);
}

.NotDone {
    background-color: #C6C6C6;
}

.NotDone:hover {
    background-color: #C6C6C6;
}