html{
    font-family: 'Manrope', sans-serif;
}
html,body{
    height: 100%;
}
#app{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
.container{
    padding: 4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    text-align: center;
}
img{
    width: 200px;
}
h1{
    text-align: center;
    font-size: 3em;
    font-weight: 400;
}
a{
    color: black;
}