body{
    background-color: rgb(182, 103, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    direction: rtl;
}

a{
    display: block;
    width: 100%;
    max-width: 200px;
    background-color: white;
    border-radius: 10px;
    padding: 10px 30px;
    text-align: center;
    font-weight: bold;
    color: black;
}