.drp{
    text-align: center;
    color: #303030;
}
.dlver-div{
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000000;
    width: 70%;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.button-a{
    color: inherit;
    text-decoration: none;
}
.dllver{
    border: 3px solid #000000;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    margin-bottom: 25px;
    transition: all 0.2s ease-in-out;
}
.dllver:hover{
    font-size: 20px;
    color: #FFFFFF;
    background-color: #1877F2;
}
.dlver-div-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.changelog{
    border: 3px solid #000000;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.2s ease-in-out;
}
.changelog:hover{
    color: #FFFFFF;
    background-color: #1877F2;
}
.vero{
    color: #000000;
    text-decoration: none;
}
.vero:hover{
    color: #1877F2;
    font-weight: bold;
}