@import url('https://fonts.googleapis.com/css2?family=Chewy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@200;400;700&display=swap');

/* https://mycolor.space/?hex=%23F2C65C&sub=1 */

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

body {
  background-color: #fff;
  color: #091d1b;
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: 'Be Vietnam Pro', sans-serif;
}

a, a:visited{
  color: #252525;
}

.grab {
  background-color: #F2C65C;
}

.odd {
  background-color: #fff;
}

.even {
  background-color: #dfe2d6;
}

.footer {
  background-color: #091d1b;
}

.row {
  padding: 32px 0px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row div {
  margin: 0px auto;
}

h1 {
  font-size: 1.1em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

h2 {
  font-size: 1em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

footer {
  margin: 0px auto;
  color: #fff;
  padding: 20px 0px 80px 0px;
  font-size: .8em;
  letter-spacing: .1em;
}

footer a, footer a:visited{
  color: #fff;
}

header {
  margin: 20px auto;
}

header img {
  width: 180px;
  vertical-align: bottom;
}

nav a, nav a:visited {
  text-decoration: none;
  margin: 8px 0px 0px 20px;
  color: #252525;
  padding: 8px;
}

nav a:hover {
  background-color: #DFE0DF;
}

blockquote {
    background-color: #F9F871;
    padding: 18px 32px;
    margin: 0px;
    font-style: italic;
    font-weight: 700;
}

.row img.customers {
  border: 1px solid #eee;
  box-shadow: 1px 1px 20px #ddd;
  margin: 0px 20px 20px 0px;
  width: 150px;
  display: inline;
}

.udemy {
    float: left;
    position: relative
}

.row .udemy img {
    width: 220px;
}

.wingame {
    float: left;
    position: relative
}

.row .wingame img {
    width: 300px;
    margin-right: 20px;
}

.nokia {
    float: left;
    position: relative
}
.row .nokia img {
    width: 200px;
    display: block;
    top: 0;
    left: 0;
}

.row img.nokiagif {
    position: absolute;
    width: 160px;
    margin: 130px 20px 0px 20px;
    display: block;
}
