@import url('https://cdn.jsdelivr.net/npm/galmuri/dist/galmuri.css');

.image{
    max-height: 500px;
    max-width: 350px;
    border-radius: 10%;
    margin-top: 20px;
    margin: 10px;
}

.imageContainer, .menus{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hidden{
    display: none !important;
}
.textHolder{
    text-align: center;
    width: 350px;
    word-break: break-word;
    white-space: normal;
}
.loopContainer{
    text-align: center;
    display: flex;
    flex-flow: column;
    font-weight: bold;
    font-size: 1.5vh;
}
.red{
    color:red;
}
.green{
    color:greenyellow;
}