body{
    color: #1f223d;
    background-color: #ffffff;
    text-align: center;
    font-family: 'Titillium Web';
}

.text{
    margin: 10% 0% 0% 0%;
}

h1{
    font-size: 5rem;
}

p{
    font-size: 1.5rem;
    font-weight: 200;
}

h3{
    font-size: 2.5rem;
    font-weight: 600;
}

.logo{
    position: relative;
    padding: 5%;
    max-height: 100%;
}

img{
    max-height: 100%;
    max-width: 90%;
}
