﻿.container {
  position: relative;
  text-align: center;
  color: Black;
}

.bottom-left {
  position: absolute;
  bottom: 5px;
  right: 40%;
  font-size:small;
  width:85%;
}


.top-left {
  position: absolute;
  top: 1px;
  left: 10px;
 font-size:small;
}

.top-right {
  position: absolute;
  top: 1px;
  right: 10px;
 font-size:small;
}

.bottom-right {
  position: absolute;
  bottom: 5px;
  right: 10px;
 font-size:small;
}

.Top-Center {
    position: absolute;
    top: 15%;
    left: 35%;
    font-size: 1em;
    font-family: Calibri;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.4em;
    transform: translate(-50%, -50%);
    font-family: Calibri;
}

.Top-Center2 {
    position: absolute;
    top: 1px;
    left: 20%;
    font-size: small;
    width: 60%;
}

.top-right2 {
    position: absolute;
    top: 20px;
    right: -38%;
    font-size: small;
    width: 100%;
}