@import url('https://fonts.googleapis.com/css?family=Fira+Sans');
body {
  background-color: #ffa5cb;
  color: #ff007f;
  font-size: 22px;
  font-family: 'Fira Sans';
}

a:link, a:visited {
  color: #ff007f;
  text-decoration: underline;
}

a:hover, a:active {
  color: black;
  text-decoration: none;
}

div.main a:link {
  color: #ff007f;
  text-decoration: none;
}

.two a:link { color: #ff007f; }
.two a:visited { color: #ff007f; }
.two a:hover { color: black; }
.two a:active { color: black; }

#main {
  width: 80%;
  margin: 0 auto;
}

#header {
  text-align: center;
  font-size: 500%;
}

#menu {
  text-align: center;
  background-color: #ff007f;
  color: #ffa5cb;
  width: 80%;
  margin: 0 auto;
}

.op { 
  color: #ff4aa0;
  font-weight: bold; 
}

.container {
  width: 80%;
  margin: auto;
  padding: 10px;
}

.one {
  text-align: center;
  width: 160px;
  background-color: #ff007f;
  color: #ffa5cb;
  float: left;
  padding: 15px 0px 10px 0px;
}

.two {
  margin-left: 160px;
  padding: 10px
}
