.button{
    position: absolute;
    margin-top: 10px;
    background-color: green;
    color: white;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 10px;
    transform: translate(-50%);
}