body{
    font-family: sans-serif;
    text-align: center;
    background-color: #fbdfda;
}
h1{
    background-color: #d98e7e;
}
.flag-europe{
    
    width: 200px;
    height: 150px;
    display: inline-block;
    align-items: center;
    margin: 15px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}
img{
    display: block;
    width: 200px;;
    height: 150px;
    margin: 15px;
}
.text {
    font-size: 1.1rem;
    color: #a76050;
    width: 200px;
    height: 150px;
    position: absolute;
    display: none;        
    }