@font-face {
  font-family: ElectroShackle;
  src: url(../fonts/Electro\ Shackle.otf);
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

body {
  background-image: url(../images/london.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #e4e4e4;
  font-size: 40px;
  height: 100%;
  text-align: center;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}

h1 {
  font-family: "ElectroShackle", Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: normal;
  margin-left: 50px;
  margin-top: 25px;
  text-align: left;
  width: 100%;
}

p {
  font-size: 0.5em;
}

header {
  height: 120px;
  font-family: "ElectroShackle", Arial, Helvetica, sans-serif;
  font-size: 0.55em;
  text-align: center;
  width: 100%;
  margin: 25px auto 0 auto;
}

.headerButton {
  color: #e4e4e4;
  margin: 0 62.5px;
  text-decoration: none;
}

.logo {
  display: block;
  font-size: 1.5em;
  margin: 0px 0px;
  position: relative;
  text-align: right;
  text-decoration: none;
  width: 200px;
}

.logo img {
  height: 75px;
  text-align: left;
  width: 75px;
}

.libtom {
  color: #94bf2e;
  display: inline;
  font-size: 1em;
  top: 0;
}

.software {
  bottom: 0;
  color: #448ebd;
  font-size: 0.4em;
  position: absolute;
  right: 0;
}

.slogan {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 0.8em;
  margin: 0px 50px;
  text-align: left;
  font-weight: bold;
}

h2,
.features {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 1em;
  margin: 43px 50px;
  text-align: left;
}

.findOutButton a {
  color: grey;
  font-size: 0.5em;
  margin-left: 300px;
  text-decoration: none;
}

.logoWrapper {
  align-items: center;
  display: flex;
  position: relative;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
  margin: 0 40px;
  width: 200px;
}

.features li {
  display: block;
  font-size: 0.6em;
  padding-bottom: 5px;
  width: 100%;
}

.tick {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
