﻿
body {
    background-color:aliceblue;
    display:flex;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-family: Poppins-Regular, sans-serif;
    justify-content:flex-end;
}
.api-container {
    width: 560px;
    min-height: 100vh;
    display: block;
    background-color: #f7f7f7;
    padding: 20px 55px 55px 62px;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body > div > img {
    width: 45%;
    justify-content: center;
    margin-left: 120px;
    padding-top: 100px;
    background-size: contain;
}


span {
    Color: #8E8E8E;
    font-size: 20pt;
    margin-top: 10px;
}
.title {
    Color: #C0C0C0;
    font-size: 35pt;
    margin-bottom: 20px;
    margin-left:20px;
}

.api {
    Color: #8E8E8E;
    font-size: 20pt;
    margin-top: 10px;
    padding-top: 0px;
    margin-left: 20px;
}

.status {
    Color: #C0C0C0;
    font-size: 19pt;
    padding-top: 0px;
    margin-left: 20px
}

#date-time {
    font-size: 16pt;
    Color: #C0C0C0;
}

 .success {
    width: 100px;
}

.date {
    font-size: 16pt;
    Color: #C0C0C0;
    margin-left:20px;
}



