*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100vw;
    min-height: 100vh;
    overflow: hidden;
}   
form{
    border-radius: 25px;
    padding-top: 100px;
    margin-top: 10vh;
}
a#short,a#copy{
    border-radius: 10px;
    background-color: rgba(0,0,0,0);
    font-weight: 500;
    text-transform:none;
}
a#copy{
    display: none;
}