@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');
footer { font-size: 90%;}
body{ background-color: #16193e; color: wheat; font-family: 'Outfit', sans-serif;}
.mainDiv{ background-color: #20255c; border: 12px solid #20255c; border-radius: 12px; box-shadow: 12px 12px 2px 1px #111433;
    z-index: 10;
}

a{color: coral;}
.center{
    text-align: center;
}
header {
    background: #393E41;
    border-bottom: 2px dotted wheat;
    border-radius: 6px;
}
.formGoogle{
    height: 700px;
    width: 640px;
}

canvas{
    width:100%;
    height:100%;
  }