/* Countries bubbles story */
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

#left-container {
    /* top:50%; */
    float: left;
    width: 26vw;
    height: 100%;
    background-color: rgba(255,255,255,0.75);
    padding: 10px;
}

#right-container {
    float: left;
    width: 68vw;
    height: 100vh;
}

button{
	font-size: 20px;
    background-color: black;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}
