.wrapper {
    padding : 20px;
    text-align: center;
    height: 100vh;
    background: #fff;
}

.wrapper.night{
    background: #191F36 !important;    
}

.license-p {
    text-align: left;
    color: #111;
}

.license-p.night {
    color: #fff;
}

a {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    color: #4C8AE8 !important;
}

img {
    margin-top: 20px;
    width: 300px;
    height: 450px;
}