.logo {
  width: 100px;
  /*margin-right: 40px;*/
  /* float: left;*/
}
.big-title {
  margin-left: 15px;
  font-size: 80px;
  color: red;
  font-weight: bold;
  border-bottom: 2px solid red;
  color: green;
}
p {
  font-size: 22px;
  line-height: 1.4;
  text-align: justify;
  color: white;
}
body {
  background: url("images.jpg");
  padding: 40px 100px;
}
h2{
  color: white;
}