section{
    padding-top: 20%;
}

article{
    display: flex;
    flex-direction: column;
    width: 320px;
    height: 175px;
    margin: auto auto;
    background-color: white;
    border-radius: 15px;
    justify-content: space-evenly;
}

img{
    width: 240px;
    height: auto;
    margin: 0px auto
}

.loginBtn{
    color: white;
    background-color: #4273b8;
    text-decoration: none;
    width:240px;
    margin: 0px auto;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
}

#message{
    color: red;
    text-align: center;
}

main.fullHeight{
    height: 100vh!important;
}