.model {
    margin: 5px;
}
.model a{
    display: block;
    padding: 10px 15px 10px 15px;
    background-color: #0daaff;
    color: white;
    text-decoration: none;
    border-radius: 5px;

}

.model a:hover {
    background-color: #FFA500;

}
.terms-wr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}