* {
    border: 0;
    padding: 0;
    margin: 0;
}

body{
    max-height: 100vh;
}

.centerText{
    position: absolute;
    top: 50%;
    width: 100%;
}

h1{
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    font-size: 3em;
}