html {
    height: 100vh;
}
body {
    margin:0;
    background:#ddd;
    font-family:Open Sans,helvetica,sans-serif;
    font-size:16px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("bg.png") no-repeat center center/cover;
}
.container {
    margin: 20px;
    padding: 50px;
    text-align: justify;
    line-height: 1.6;
    background: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20%;
}
.container h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 70px;
    font-style: bold;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}
.container h4 {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-weight: 200;
    font-size: 20px;
    margin-top: 0%;
}

.adminlogin a{
    margin: 0 10px;
    padding: 0 10px;
    border-radius: 7px;
    box-shadow: 3px 3px 0px rgb(0, 0, 0, 0.3);
    text-decoration: none;
    background: #d79129;
    font-weight: 400;
    color: white;
}

span {
    padding-bottom: 20px;
    font-weight: bold;
}

.footer {
    margin-top: 10px;
    margin-bottom: -30px;
    font-size: 14px;
    color: #666;
    text-align: center;
}