@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
    font-family: "VT323", serif;
    font-weight: 400;
    font-style: normal;
    background-image: url("../img/wallpaper.png");
    background-repeat: repeat-x;
    background-size: cover;
    background-color: #7fb471;
}


.container {
    width: 370px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 70px;
    height: 210px;
    background: #3bb476;
    color: white;
}

.container a:link, .container a:visited {
    color: #FFFFFF;
}

h1 {
    padding-top: 20px;
    padding-right: 10px;
}

.awesome {
    padding-left: 220px;
}
.awesome a :hover {
    color: #cef7de;
  }

  .awesome a :active{
    color: #90d4ab;
  }
.bmo {
    height: 100%;
    width: auto;
    float: left;
}
html, body {
    overflow-x: hidden;
}
