

* {
  list-style: none;
}

@font-face {
  font-family: tomserif;
  src: url(tomserif.woff)
}

/*TOPBAR*/
     body{margin: 0;
        padding: 0;
        padding-top: 0;
    }

    .topbar{
      width: 100%;
      z-index: 2;
      position: fixed;
    }

    .language{
      font-family: tomserif;
      float: right;
      padding-right: 30px; 
      padding-top: 30px;
      font-size: 15px;
    }



h1 {
    text-align: center;
    font-family: tomserif;
    list-style: none;
    font-size: 50px;
    font-weight: normal; 
    width: 60%;  
    height: 60%;
    letter-spacing: 1px;
    margin: auto; 
}

p {
  margin-top: 3px;
  text-align: center;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
}


.square {
      background-color: transparent;
      display:block;
      margin:auto;
      text-align: center;
      line-height: 40px;
      padding-right: 45px;
      width: 350px;
      height: 200px;
    }

.title{
  text-align: center;
  margin: auto;
  padding-top: 70px;
}

t3{
  color: black;
  font-family: tomserif;
  text-align: center;
  font-size: 20px;
 
}

t2{
  color: black;
  font-family: tomserif;
  text-align: center;
  font-size: 20px;
  
}

t1{
  color: black;
  font-family: tomserif;
  text-align: center;
  font-size: 20px;
 
}

t4{
  color: black;
  font-family: tomserif;
  text-align: center;
  font-size: 20px; 
}

div.contact{
  display: flex;
  margin: auto;
  width: 100px;
  text-align: center;
}

.icon img{
  width: 30px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
  align-items: center;
}

.addr{
  font-size: 12px;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
padding-top:10px;}



a:link{
  text-decoration: none;
  color:black;
}
a:visited{
  text-decoration: none;
  color:black;
}
a:hover{
  text-decoration: none;
  color:black;
  font-size: 105%;
}
a:active{
  text-decoration: none;
  color:black;
}