@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

body {
    background-image: url('background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
}

.box {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 40%;
    margin-left: -20%;
    padding: 20px 20px;
    background: rgba(68, 68, 68, 0.70);
    color: #FFF;
}

.box .title {
    font-family: 'Dancing Script';
    font-size: 3em;
    color: #FFF;
    text-align: center;
}

.box .body {
    padding: 2em 0;
    font-size: 1em;
    color: #C0C0c0;
    text-align: center;
}
