body {
    background-color: white;
    font-family: sans-serif;
    margin: 0px;
}

.website-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.welcome-title {
    margin-bottom: 100px;
}
