@import url("https://fonts.googleapis.com/css?family=Pacifico|Source+Sans+Pro");

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

article {
  background-color: RoyalBlue;
}

.sofia {
  font-family: Pacifico;
  color: gold;
  font-size: 20rem;
}

.costa {
  font-family: Pacifico;
  color: gold;
  font-size: 20rem;
}

.sofia,
.costa {
  text-align: center;
  width: 100%;
}

p {
  font-family: "Source Sans Pro";
  font-size: 2rem;
  word-wrap: break-word;
  color: white;
}

img {
  display: block;
  width: 70%;
}

h2 {
  font-family: "Source Sans Pro";
  font-size: 3rem;
  color: white;
}

h1 {
  font-family: "Source Sans Pro";
  line-height: 50%;
  font-size: 8rem;
  color: white;
}

.about2 {
  font-size: 10px;
  padding: 20px;
  font-weight: bold;
}

.iiiwork2 {
  font-size: 10px;
  padding: 20px;
  font-weight: bold;
}

.vwork2 {
  font-size: 10px;
  padding: 20px;
  font-weight: bold;
}

.viiwork2 {
  font-size: 10px;
  padding: 20px;
  font-weight: bold;
}

.ixwork2 {
  font-size: 10px;
  padding: 20px;
  font-weight: bold;
}

.contact1 {
  padding: 20px;
  background-color: gold;
}

.contact2 {
  background-color: gold;
  padding: 20px;
  text-align: right;
}

.subtitulo {
  font-family: "Source Sans Pro";
  line-height: 60%;
  font-size: 8rem;
  padding: 20px;
}

.sofiacosta2 {
  cursor: pointer;
}

.sofiacosta4 {
  cursor: pointer;
}

a {
  color: white;
}