/*Шрифты*/

@import url('https://fonts.googleapis.com/css?family=Roboto:500,700');

/*Стандартные стили*/

body {
  margin: 0;
  padding: 0;
  background: url(http://ideasforphoto.ru/_ph/11/879189604.jpg);
  -webkit-background-size: cover;
  color: #F9FFFF;
  background-size: cover;
}

a {
  text-decoration: none;
}

ul, li {
  list-style-type: none;
}

/*Стили для working*/

.content {
  text-align: center;
  color: #2fff;
  background-color: rgba(0,0,0,0.5);
  width: 700px;
  padding: 20px;
  margin-left: 310px;
  margin-top: 120px;
}

.content li {
  width: 35px;
  display: inline-block;
  cursor: pointer;
}

.content ul {
  margin-left: -35px;
}

.content p, a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

#info {
  background-color: #00AAA0;
  width: 350px;
  margin-left: 165px;
  font-size: 20px;
  padding: 10px;
}

.content a {
  color: #FFF5C3;
}

.content a:hover {
  transition: all 0.5s;
  color: #FF756E;
}

.content h1 {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-left: 125px;
  background-color: #00AAA0;
  width: 400px;
  padding: 20px;
}

.content h2 {
  font-size: 17px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
