body {
    background-color: #ebedf4 !important;
}

.test {
    width: 100px;
    height: 100px;
    background-color: white;
}

#menu {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}

#Status {
    width: 250px;
    margin-left: 20px;
    height: 30px;
}

#country {
    border: 2px solid green;
}