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

*{
    font-family: "Ubuntu";
}

body{
    background: linear-gradient(180deg, #FF52A6 0%, #0D0053 56%);
    min-height: 100vh;
    background-position: fixed;
}



footer{
    background-color: rgba(0, 0, 0, 0.25);
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 19px;
}

