body {
    background: #3d7de5;
    color: #fff;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.butter {
    font-size: 20vw;
    width: 100%;
    text-align: center;
}

.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 10vw;
    color: white;
    width: 100%;
    text-align: center;
    letter-spacing: 2px
}