body{

    background-image: url('https://cdn.discordapp.com/attachments/881224361015672863/918523521125212220/497cda195351cdf76d7fbc0a43ce4765.png');
    background-size: cover;
    text-align: center;
    color: white;

}

.button{
    background-color: #6b61ff;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.2s;
    border-radius: 30px;
    cursor: pointer;
  }

.button:hover{
    background-color: #0D59FF;
    color: white;
    margin: 5px 3px;
    font-size: 17px;
}

.pycord{
    font-family: verdana;
    text-align: center;
    color: #6b61ff;
    padding-bottom: 10px;
}

.pycord-text{
    padding-top: 100px;
}

img{

    padding-top: 60px;
    width: 20%;
    height: 20%;


}

a:link {
    color: none;
    background-color: transparent;
    text-decoration: none;
}

a:visited{
    color: none;

}

iframe{
    padding-right: 70%;
    height: 40%;
    width: 20%;
}

.text-end{
    font-family: verdana;
    padding-bottom: 30%;
    font-size: 30px;
    padding-top: 10%;
}

.bob{
    border: 8px solid #0D59FF;
    padding-top: 2px;
    border-radius: 50%;
}

.catra{
    border: 8px solid #0D59FF;
    padding-top: 2px;
    border-radius: 50%;
}

.swas{
    border: 8px solid #0D59FF;
    padding-top: 2px;
    border-radius: 50%;
}

.middle{
    border: 8px solid #0D59FF;
    padding-top: 2px;
    border-radius: 50%;
}

.chicc{
    border: 8px solid #0D59FF;
    padding-top: 2px;
    border-radius: 50%;
}

.end-line{
    padding-bottom: 20px;
    padding-top: 0%;
    font-size: 30px;
    font-family: verdana;
}

.footer-end{
    padding-top: 5%;
    font-family: verdana;
    font-size: 20px;
}

.info{
    font-family: verdana;
    color: white;
    padding-top: 15px;
    padding-left: 20px;
}

.info:hover{
    font-size: 17px;
    color: #6b61ff;
    transition-duration: 0.5s;
}

.pages{
    display: flex;
    padding-top: 5px;
    background-color: #000;
}

.top{
    height: 50px;
    width: 50px;
    padding-top: 0px;
    padding-left: 12px;
}

.top:hover{
    height: 52px;
    width: 52px;
    transition-duration: 0.5s;
}

