﻿.button {
    width: 100%;
    height: 70px;
    border: 0px;
    border-radius: 14px;
    background-color: #1b72e4;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.button2 {
    margin-left: 20px;
    margin-right: 20px;
    width: 30%;
    height: 70px;
    border: 0px;
    border-radius: 14px;
    background-color: #1b72e4;
    color: white;
    font-weight: bold;
    font-size: 24px;
}
