@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap');

html body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    font-family: 'Roboto Mono', sans-serif;
    padding: 4rem;
    background-color:#050506;
}

.striking {
    font-size: 12rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 0.75;
    min-width: auto;
    font-weight: 800;
}

.outline {
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}

.name {
    text-align: left;
    position: absolute;
    bottom: 0;
    margin-left: 0;
    padding-bottom: 4rem;
}