@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
html {
  height: 100%;
}

body {
  background-color: #171D12;
}

.word {
    margin: auto;
    color: white;
    font-family: matrix, sans-serif;
    font-size: 36px;
    min-height:20vh;
    
}
@font-face {
    font-family: 'matrix';
    src: url('../../../Styles/font/dot-matrix.ttf') format('truetype');
}