body {
    text-align: center;
    background-color: black;
    color: white;
}

#clarustext {
    font-size: 50px;
    font-weight: bold;
    margin-top: 100px;
}

#tagline {
    margin-top: 40px;
}



#downloadbutton {
    width: 150px;
    height: 40px;
    border-radius: 12px;
    margin-top: 30px;
    background: linear-gradient(265.27deg, #0000 20.55%, #672993 94.17%);  
    background-color: #fd0000;
    border: none;
    transition: all 400ms ease-in;
    color: white;
}

#downloadbutton:hover {
    background-color: #5717a0;
}