*{
    margin: 0;
}

body{
    font-family: 'Source Sans 3';
}


.logo-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
}

.logo-text{
    font-family: 'Oswald';
}

.hundred{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
}

h1{
    padding: 10px;
    color: black;
}

a {
    text-decoration: none;
}

