/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

body{
    background:#eaeaea;
    color:#1f1f1f;
    font-family:'Montserrat', sans-serif;
    font-size:16px;
    line-height:1.6;
    margin:0;
    padding:0;
    text-align:left
}
main{
    display:block
}

img {
	border: 0
}

a {
	color: #5DB3B3;
	text-decoration: underline
}

a:hover {
	text-decoration: none
}

h1 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 20px;
    text-align: center;
}

.container{
    margin: 40px;
    text-align: center;
}

.language-container{
    margin-bottom: 40px;
}
