@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    height:100%;
    background:url("../img/bg.png");
    background-size:cover;
    color:#fff;
    font-family:'Poppins';
    overflow:hidden;
}

.centered {
    position: fixed;
    top: calc(50% - 185px);
    left: calc(50% - 187px);
    width:270px;
    text-align:center;
}

a {
    display:block;
    text-decoration:none;
    color:#fff;
    text-align:center;
    font-size:35px;
    font-weight:bold;
    width: 373px;
    height: 373px;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
}

a:hover {
    background:#fff;
    color:#000;
}

a img {
    display:block;
    margin:auto;
    width:129px;
    margin-top:66px;
    margin-bottom:36px;
}

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

  }