.updates-section {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.updates-contentout {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.updates-content {
    height: auto;
    width: 800px;
    justify-content: center;
}

#image {
    position: relative;
    text-align: center;
    height: 500px;
    width: 800px;
}

.updates-section p {
    padding-top: 10px;
    padding-bottom: 10px;
}