@font-face {
    font-family: 'RTL-Romman';
    src: url('fonts/romman.eot');
    src: url('fonts/romman.eot?#iefix') format('embedded-opentype'),
        url('fonts/romman.woff2') format('woff2'),
        url('fonts/romman.woff') format('woff'),
        url('fonts/romman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html{
    width: 100vw;
    height: 100vh;
    background-image: url('img/back.jpg');
    background-position: center;
    background-size: cover;
    font-family: 'RTL-Romman';
    color: white;
}
.content{
    width: 100vw;
    height: 100vh;
    text-align: center;
}
.llamanos{
    text-decoration: none;
    background-color: darkcyan;
    padding: 10px 30px;
    border-radius: 50px;
    color: white;
    text-align: center;
}
h1{
    font-size: 100px;
    text-shadow: 0 0 0 50px black;
    text-align: center;
}
h2{
    text-align: center;
}
.wsp, .insta {
	position:relative;
}
.fab {
	position:absolute;
	bottom:20px;
	right:20px;
}
.fab2 {
	position:absolute;
	bottom:20px;
	right:80px;
}