#discdiv {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    }

    #download {
    color: white;
   text-decoration: none;
    font-size: 32px;
    }
    #download:hover {
        text-decoration: underline;
    }


body {
    font-family: Helvetica, sans-serif;
    background-color: black;
}

.disctext {
    height: 250px;
    width: 250px;
}