body
{
    background-color: rgba(125, 201, 167, 0.585);
}


.FixHeight
{  
    height:25px;
}


.randomizeFlag,.showCountryName
{
    text-decoration: none;
    background-color: rgba(234, 203, 108, 0.777);
    color: black;
    padding: 5px;
    border-radius: 20px;
}

.box
{
    box-shadow: 5px 10px;
    border-radius: 20px;
    width:500px;
    height:500px;
}

.box2
{
    box-shadow: 5px 10px rgb(95, 87, 87);
    border-radius: 20px;
    padding:20px;
    background-color: rgba(78, 78, 236, 0.919);
    
}

.image1
{
  
}

.center
{
   
  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
  
}

.title {
    text-align: center;
}

