body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    height: 80vh
}

.logo h1{
    font-weight: 200;
    font-size: 160px;
    margin: 0px;
    line-height: 110px;
}

h2 {
    font-weight: 100;
    color: #666666;
    margin-top: 0px;
}

.location p {
    color: #666666;
    font-size: 18px;
    margin: 5px;
}

.footer__bottom img {
    width: 200px;
}

.logo, .title, .footer__bottom {
    flex: 1;
}

.footer__bottom {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}