.dictionary {
    width: 100%;
    margin: auto;
}

.attempt {
    font-size: 55px;
    font-size: 3.5vw;
    cursor: default !important;
}
.multiwords {
    width: 95%;
    margin: 0 auto;		
    text-align: center;
}
.multiword-container {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;    
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.multiword {
    padding: 0;
    margin: 0; 
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 36px;  
    color: #fff;
    font-weight: bold; 
    letter-spacing: 2px;
}
.multiwordattempt {
    padding: 0;
    margin: 0;
    cursor: default !important;   
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-size: 36px;  
    color: #fff;
    font-weight: bold; 
    letter-spacing: 2px;     
}