@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Black.ttf');
}

#pronounced {
    font-size: 50px;
    margin-bottom: -80px;
}

#shakeability {
    font-size: 160px;
    -webkit-text-stroke: 20px black;
}

h1 {
    font-family: 'Montserrat';
    text-align: center;
    margin-bottom: 50px;
    color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 5px;
    paint-order: stroke fill;
}

body {
    background-color: rgb(255, 93, 93);
}

a h1 {
    color: inherit;
}