.main{
    font-size: 16px;
}
.main #openInBrowser .tit1{
    text-align: center;
    margin-bottom: 1em;
}
.main #openInBrowser .tit2{
    text-align: center;
    margin-bottom: 1em;
    color: rgb(239 68 68 / 1);
    font-size: 1.8em;
}
.main #openInBrowser .step{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5em;
}
.main #openInBrowser .step .cap{
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: .5em;
}
.main #openInBrowser .step .noti{
    font-weight: bold;
    font-size: 1.5em;
    color: rgb(239 68 68 / 1);
}
.main #openInBrowser .step .cap .fa{
    color: rgb(59 130 246/1);
}
.main #openInBrowser .step2{
    margin-bottom: 2.5em;
}