body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.6;
}

.button{
    background: coral;
    padding: 1cm 2cm;
    color: #fff;
    border: 0;
}

.button:hover{
    background: #333;
}

.modal{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    /* overflow: scroll; */
    background-color: rgba(0,0,0,0.5);
}

.modal-content{
    background-color: #f4f4f4;
    margin: 20% auto;
    /* padding:30px; */
    width: 70%;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2), 0 7px 20px 0 rgba(0,0,0,0.2);
    animation-name: modalopen;
    animation-duration: 1s;
}

.closeBtn{
    color: #ccc;
    float: right;
    font-size: 30px;
}

.meuBotao{
    background-color: #000;
    color: #fff;
    display: block;
    margin: 0 auto;
    /* margin-left: 30%; */
    border-radius: 30px;
}

.meuBotao a{
    color: white;
}

.meuBotao:hover{
    background-color: red;
    color: black;
}

.closeBtn:hover, .closeBtn:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@keyframes modalopen{
    from{opacity: 0}
    to {opacity: 1}
}






.button{
    background: coral;
    padding: 1cm 2cm;
    color: #fff;
    border: 0;
}

.button:hover{
    background: #333;
}

.secondModal{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.secModal-content{
    background-color: #f4f4f4;
    margin: 20% auto;
    padding:20px;
    width: 70%;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2), 0 7px 20px 0 rgba(0,0,0,0.2);
    animation-name: modalopen;
    animation-duration: 1s;
}

.closeSecBtn{
    color: #ccc;
    float: right;
    font-size: 30px;
}

.closeSecBtn:hover, .closeSecBtn:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@keyframes modalopen{
    from{opacity: 0}
    to {opacity: 1}
}

.modal2{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    /* overflow: scroll; */
    background-color: rgba(0,0,0,0.5);
}

.closeBtn2{
    color: #ccc;
    float: right;
    font-size: 30px;
}

.closeBtn2:hover, .closeBtn:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal3{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    /* overflow: scroll; */
    background-color: rgba(0,0,0,0.5);
}

.closeBtn3{
    color: #ccc;
    float: right;
    font-size: 30px;
}

.closeBtn3:hover, .closeBtn:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal4{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    /* overflow: scroll; */
    background-color: rgba(0,0,0,0.5);
}

.closeBtn4{
    color: #ccc;
    float: right;
    font-size: 30px;
}

.closeBtn4:hover, .closeBtn:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal5{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    /* overflow: scroll; */
    background-color: rgba(0,0,0,0.5);
}

.closeBtn5{
    color: #ccc;
    float: right;
    font-size: 30px;
}

.closeBtn5:hover, .closeBtn:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal6{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    /* overflow: scroll; */
    background-color: rgba(0,0,0,0.5);
}

.closeBtn6{
    color: #ccc;
    float: right;
    font-size: 30px;
}

.closeBtn6:hover, .closeBtn:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.left{
    float: left; 
}
.right{
    float: right; 
}

