body{
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}
footer{
    margin-top: auto;
    height:40px;
    background-color: #890808;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;

}
img.img_button{
    float: right;
}
img.img_button:hover{
    cursor: pointer;
}

#header{
    width:100%;
    height:150px;
    margin: 0px;
    padding: 0px;
    background-color: #890808;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
}

.googlelogin{
    width: 300px;
    text-align:center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}
#signout{
    width:100px;
    margin-left;30px;
}

h1{
    text-align: center;
    color: #890808;
    font-size: 35px;
}
p.pageinfobox{
    width:70%;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    border: 5px solid #890808;
    border-radius: 25px;
    background-color: #890808;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
form.formtwofa{
    width:300px;
    margin-left:auto;
    margin-right: auto;
    text-align: center;

}

input.inputbox150{
    border: 5px solid #890808;
    border-radius: 25px;
    height: 50px;
    padding:4px;
    color: #890808;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}
input.submitbutton{
    color: #ffffff;
    background-color: #890808;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    margin-top: 15px;
    border-radius:15px;
    height:30px;
    cursor: pointer;
}
img.appicon{
    margin:20px;
    float: left;
    cursor: pointer;
}
