@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.eot');
    src: url('Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff'),
        url('Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.logo {
    margin-top:35px;
    margin-left:50px;
}

.logo img {
    height:50px;
    width:auto;
}

.text{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 70px;
    line-height: 90px;
    margin-left: 50px;
    margin-right: 50px;
    /*margin-top: 200px;*/
}

.text2 a {
    text-decoration: underline;
    color: black;
}

.text2 a:hover {
    text-decoration: underline;
    color: #EE741E;
}

.arrow{
    height: 32px;
    width: auto;
}

.text1 a {
    text-decoration: none;
    color: black;
}

.text1 a:hover {
    text-decoration: none;
    color: #EE741E;
}

.social img{
    position: fixed;
    bottom: 0;
    margin-bottom: 50px;
    right: 0;
    margin-right: 50px;
}

.text1 > a:after{
    content:'→'; 
}

/*--------RESPONSIVE---------*/

@media screen and (max-width: 767px){
    .logo{margin-top:50px; margin-left:20px;}
    .text{font-size:40px; line-height:50px; margin-left:20px;}
}