.instructions{
    margin-top: 20px;
    text-align: center;
}
.info{
    width: fit-content;
    padding: 10px 30px;
    margin: auto;
    background-color: #E0E0E0;
    border-radius: 10px;
}
.info h3{
    text-align: center;
}
.go{
    display: flex;
    width: fit-content;
    margin: 30px auto 20px auto;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    padding: 5px 50px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    background-color: #1111FF;
}