body {
    background-color: #000;
}

div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   height: 90vh;
}

img {
    text-align: center;
    margin-bottom: 8px;
}

.btn {
    border: none;
    outline: none;
    width: 140px;
    height: 39px;
    border-radius: 33px;
    background-color: #1a5691;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}