body {
    margin: 0 auto;
    background-color: #dddddd;
    background-image: url("../img/bg-home.jpg");
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.fundo {
    background-color: rgba(189, 159, 29, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-home {
    position: relative;
    display: table;
    background-color: #ffffff;
    margin: 0 auto;
    top: 50%;
    margin-top: -275px;
    text-align: center;
    width: 500px;
    height: 550px;
    border: solid;
    border-width: 1px;
    border-radius: 1rem;
}

.content {
    position: relative;
    margin: 0 auto;
    height: 100%;
    line-height: 100%;
    margin-top: 30px;
}

.btn {
    background-color: #ffa500;
    color: #ffffff;
}