body {
    display: flex;
    flex-direction: column;
    margin: 5px;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    height: 95vh;
}

.content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: space-around;
}

.title {
    font-size: 75px; 
    color: black;
    font-weight: bolder;
}