@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body{	
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
}
a {
	text-decoration: none;
}

.main-page{
    width: 100%;
    height: 100%;
}
.container{
    max-width: 1440px;
    margin: 0 auto;
}
.header-sec{
    width: 100%;
    height: 60px;
    display: flex;
}
.header-sec .logo{
    width: 50%;
}
.header-sec.logo img {
    width: 250px;
    height: 45px;
}
