@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');
body{
    width: 98%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color:#1a1a1a;
    font-family: "Sour Gummy", sans-serif;
    color: #f5f5f5;
}
.title{
    background: linear-gradient(to right, #006847, #ffffff, #ce1126);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 100%; 
    background-repeat: no-repeat;
    font-size: 80px;
    margin: 0px;
}
.information{
    border: 5px solid #002573;
    height: 50%;
    width: 70%;
    font-size: 25px;
    padding: 10px;
}
.back{
    margin-top: 30px;
    font-size: 40px;
    cursor:pointer;
    font-weight: bold;
    text-decoration: none;
    color: #f5f5f5;
}