* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    position: relative;
}

.directionBox {
    max-width: 800px;
    width: 90%;
    margin: 16px auto;
    padding: 16px 8px;
    min-height: 200px;
    border: 2px solid #2d8cf0;
    border-radius: 5px;
}

.directionItem1 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 38px;
}

.directionItem2 {
    font-size: 18px;
    margin-bottom: 16px
}

.directionItem3 {
    font-size: 18px;
    border: 1px solid #000;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 16px;
}


.dItem {
    font-weight: 900;
}

.dItem1 {
    margin-bottom: 4px;
}

.btn {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #2d8cf0;
    color: #fff;
}