*   {
    font-family: courier;
}


body {
  background-color: #ffffff;
}

#main1{
    font-size: 12px;
    width: 600px;
    height: 500px;
    position: absolute;
   top: 50%;
    left: 50%;
   transform: translate( -90%, -50%);
  margin: 0;
  padding: 0;
}
}

#main2{
    font-size: 12px;
    text-align: right;
    width: 600px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: 0;
    transform: translate(-50%, -50%);

}

/* USELESS for general text */
#general {
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    width: 600px;
    padding: 0;
}

/* USELESS DO NOT USE the logo at the top of index.html */
#the-top {
    width: 399px;
    height: 147px;
    margin:0 auto;
    margin-top: 75px;
    position: relative;
}

#the-top img {
    position: absolute;
    left:0;
    text-align: center;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
}

#the-top img.t
    opacity: 0;
}





#photo-photo { 
    margin-left: 600px;
    margin-right: 600px;
}

#buttons {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    width: 180px;
}

a.link{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
  margin: 0;
  padding: 0;
}

a.link:link{
    color: black;
    text-decoration: none;
    font-weight: 300;
    margin: 0;
  padding: 0;
}

a.link:visited{
    color: black;
    text-decoration: none;
    margin: 0;
  padding: 0;
}

a.link:hover{
    color: orange;
    text-decoration: none;
    -webkit-transform: scale(2);
    transform: scale(1.2);
    margin: 0;
  padding: 0;
}

a.link:active{
    color: black;
    text-decoration: none;
    margin: 0;
  padding: 0;
}

#top-logos{
    position: relative;
    margin: 0 auto;
}

