p {
    color: rgba(64, 77, 102, 0.6);
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 24px;
}

.main {
    max-width: 1000px;
    margin: 1rem auto;
    padding: 1rem;
    height: 100%;
}

main {
    height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}


.img-md-small {
    border: 10px solid #fff;
    margin: 20px;
    margin-left: 0;
    width: 280px;
}

#root {
    height: 815px;
    width: 1075px;
    padding: 20px 0;
    border-radius: 13px;
    box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.15);
    /*same color as bg-fill*/
    background-color: #f9fafc;
    overflow: hidden;
}

body {
    margin: 0;
    user-select: none;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.22px;
    line-height: 29px;
}

h1 {
    font-size: 30px;
    font-weight: 700;
}