@import url('https://fonts.googleapis.com/css2?family=Gabarito&display=swap');

body {
    background-color: #6d5047;
    text-align: center;
}

.bombocladdog {
    color: #CCCCCC;
    font-size: 50pt;
    font-family: 'Gabarito', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}