/*导航栏按钮悬停*/
li>a:hover {
    background-color: rgba(255, 203, 223, 0.849);
}
/*导航栏按钮*/
li a
{
    border-radius: 5px;
}

.footyy {
    height: 12.5%;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.rcorners {
    border-radius: 25px;
}


.ice {
    position: absolute;
    z-index: 10;
    pointer-events: none;
}


.wrap {
    margin: right;
    display: flex;
    align-items: center; 
}

.txt {
    vertical-align: middle;
    padding-left: 20px;
}
body {
  font-family: inherit !important;
}



