@charset "utf-8";

.master-logo {
    width: 100%;
    display: flex;
	flex-direction: column;
    padding: 1em 0;
    top: 0;
    left: 0;
	background-color: white;
}
.container-logo{
    width: 90%;
    margin: 0 auto;
	display: flex;
    justify-content: center;
	align-content: center;
}
.logo{
  	width: 120px;
	justify-content: center;
	align-content: center;
	align-items: center;
	align-self: center;
}

