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

body {
    font-family: 'Montserrat', sans-serif;
    background: -webkit-linear-gradient(90deg,#9f2ef4,#f97d64,#ffcd42); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(90deg,#9f2ef4,#f97d64,#ffcd42); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.main {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: black;
    background: rgba(255, 255, 255, 0.800);
    padding: 50px 60px;
    border-radius: 50px;
    text-align: center;
}

a {
    background-color: rgba(0, 0, 0, 0.800);
    border-radius: 50px;
    padding: 15px 30px;
    color: white;
    text-decoration: none;
}

