*{
    padding: 0px;
    margin: 0px;
    font-family: Sans-Serif;
}

a{
  text-decoration: none;
  color:white
}
.content{
        width: 450px;
    height:auto;
    background: #172041;
    /* overflow: hidden; */
}



.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

.content-buttons{
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-icons{
    width: 100vw;
    text-align: center;
}

.button{
    border-radius: 100px;
    width: 60%;
    text-align: center;
    background: #fff;
    color: dimgray;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 11px;
    margin: 10px 0px;
}

body {background: #172041;
}


.fa-brands{
    font-size: larger;
    margin: 40px 10px 40px;
}

.content-copyr{
    width: 100vw;
    text-align: center;
    margin-bottom: 30px;
    font-size:10px;
}
.content-img-botoom{
    width: 100%;
   
    margin: auto;
    text-align: center;
}
.img-botoom{
        height: 98%;
    width: 85vw;
}

.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.fade-in-top {
	-webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
