.process{
    margin: 50px;
    text-align: center;
    font-size: 1.4rem;
}
.go{
    display: flex;
    width: fit-content;
    margin: 0px auto 50px auto;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    padding: 5px 50px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    background-color: #1111FF;
}