﻿body {
    background-color: white;
}
.card {
    display: flex;
    flex-direction: column;
    background: rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    box-sizing: border-box;
    /*color: rgb(94, 108, 132);*/
}
.nav_bar {
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    margin: 0;
}
.pointerPW{
    cursor:pointer;
}
.pointerPW:hover {
    text-decoration:underline;
}