embed.d-flex {
    width: 100%;
    height: 88vh;
}

.sec .img-fluid {
    height: 10rem;
}

#background-img {
	width: 100%;
}

#logo-img {
	max-width: 60px;
	position: absolute;
	top: -15px;
	left: 30px;
}

body {
	padding-bottom: 0!important;
}

#main {
	background-image: url('/img/background.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 58rem;
}

.font-size-64 {
	font-size: 64px;
}

.badge-2 {
	background-color: #008fe5;
	width: fit-content;
}

.sec img {
	border: 1px solid #008FE5;
}

.mobile-menu {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-y: scroll;
    max-height: calc(100vh - 285px);
}

.mobile-menu-item {
    height: 20px;
    font-size: 1.5rem;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}