html {

  background: url('../img/bg.png');

  background-repeat: no-repeat;

  background-size: cover;

}



p, h3 {

    font-family: 'Montserrat', sans-serif;

    color: white;

}





#container {

    width: 70%;

    height: 100%;

    margin: auto;



    display: flex;

    align-items: center;

    justify-content: center;

}



#centered {

    width: 100%;

    height: 50%;

}



#centered h3 {

    margin: auto;

    margin-top: 5%;

    text-align: center;



    font-size: 4em;

    width: 100%;

}


#centered h2 {

    margin: auto;

    margin-top: 5%;

    text-align: center;

    color: white;

    font-size: 1.4em;
    font-family: 'Montserrat', sans-serif;

}

table {
    font-size: 1.2em;
    font-family: 'Montserrat', sans-serif;
    margin: auto;
    color: white;
}


#weblinks {
    max-width: 30em;
    height: 15%;
    margin: auto;
    margin-top: 3em;
    display: flex;
    justify-content: center;
}





.weblink {
    width: 72px;
    height: 72px;
    margin-left: 12px;
    margin-right: 12px;
}



.weblink img {
    display: block;
    width: 44px;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 2px;
}
.weblink img:hover {
height: 85%;
width: 85%;
}


.weblink p {
    font-size: 0.8em !important;
    text-align: center !important;
}
#bloquito{
  max: 100%;
  height: 15%;
  margin: auto;
  margin-top: 3em;
  display: flex;
  justify-content: center;
}
#bloquito h2{
  width: 180px;
  height: 72px;
  margin-left: 12px;
  margin-right: 12px;
}
@media only screen and (max-width: 600px) {
    .weblink {
        width: 40%;
        margin-left: 10px;
        margin-right: 10px;
    }
    .weblink img {
        display: block;
        width: 34px;
        height: 34px;
        margin: auto;
        margin-top: 4px;
        margin-bottom: 2px;
    }
    #bloquito{
      max: 100%;
      height: 15%;
      margin: auto;
      margin-top: 3em;
      display: flex;
      justify-content: center;
    }
    #bloquito h2{
      width: 130px;
      height: 72px;
      margin-left: 12px;
      margin-right: 12px;
      font-size: 0.99em;
    }
    .weblink p {
        font-size: 0.6em !important;
        text-align: center !important;
    }
}
#centered p {
    margin: auto;
    text-align: center;
    margin-top: 5px;
    font-size: 2rem;
}



@media only screen and (max-width: 600px) {

    #centered p {

        margin: auto;

        margin-top: 5%;

        text-align: center;



        font-size: 1.5rem;

    }

}