*{
    padding: 0%;
    margin: 0%;
    font-family:sans-serif;
}

body{
    padding: 0%;
    margin: 0%;
    font-family:Arial, Helvetica, sans-serif;
    display: flex;
    width:100%;
    max-height: fit-content;
}

.main{
    display: flex;
    width:100%;
    height:1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.come{
    font-family:Arial black;
    color: rgb(87, 81, 210);
    font-size: 700%;
}

.tag{
    font-size: 120%;
    font-weight: 100;
    margin-top:1%;
}


.button{
    text-decoration: none;
    margin-top:3%;
    font-size: 150%;
    font-weight:200;
    color: rgb(87, 81, 210);
    border:2px solid rgb(87, 81, 210);
    border-radius: 5px;
    padding:10px 20px;
    transition:0.4s;
}

.button:hover{
    color:white;
    background-color:rgb(87, 81, 210);
    box-shadow:0px 0px 200px 40px rgb(87, 81, 210);
}

