*{
	font-family: 'Raleway', sans-serif;

}
body{
}

.menu-containers{
    height: 100vh;
    width: 100%;
    display: flex!important;
    align-items: end;
    background: #000;;
    margin: 0;
    padding: 0;
}
.navbar{
    background-color: #333!important;
}

.menu-containers img{
    height: calc(100% - 90px);
    width: 100%;
}
