body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

p {
    padding: 10px;
}

.h1 {
    font-size: 3rem;
}
.h2 {
    font-size: 2.5rem;
}
.h3 {
    font-size: 2rem;
}
.h4 {
    font-size: 1.5rem;
}

.fsize-1rem {
    font-size: 1rem;
}

.fsize-2rem {
    font-size: 2rem;
}

.word {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.background {
    background-image: radial-gradient(rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .9) 100%), url('img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.background-20 {
    width: 100vw;
    height: 30vh;
    display: table;
    background-image: radial-gradient(rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .9) 100%), url('img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.copy1 {
    margin-top: 30px;
    padding: 0px;
    text-align: center;
    color: #FFF;
    font-size: 3rem;
}

.copy2 {
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    color: #FFF;
    background-color: rgba(73, 179, 245, 0.518);
    border-radius: 15px;
}

.btn-dedtail {
    height: auto;

    margin-top: 10px;
    padding: 5px 80px;
    text-align: center;
    color: #FFF;
    border-radius: 25px;
}


.template-bg {
    background-image: url('img/template_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5vh 0px;
}