@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;700&family=Roboto&family=Rubik&display=swap');
*{
    box-sizing: border-box;
}


body{
    font-family: 'Poppins', sans-serif;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* height: 100vh; */
    overflow: hidden;
    margin: 0;
}
.container{
    margin: 10px;
}
header{
display: flex;
flex-direction: column;
align-items: center;
}
a {
      text-decoration: none;
    margin: 5px;
    padding: 10px 33px;
    background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
    border-radius: 5px;
    color: white;
    font-weight: 600;
}

.images {
    margin-top: 30px;
}
