@import url('https://fonts.googleapis.com/css?family=Share');
body {
    background:#f0e8db;
}
.vintage {
    width:auto;
    margin: auto;
}
.vintage .tulisan {
    font-family: 'Share', cursive;
    font-size:30px;
    font-weight: bold;
    text-shadow: 5px 5px 0px #f0e8db, 8px 8px 0px white;
    color: black;
    position: center center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
 }