* {
    font-family: 'Montserrat', sans-serif;
    
}
body {
    background: linear-gradient(#fff, #98FF98 )no-repeat;
    height: 900px;
}
.contMain {
    display: flex;
    justify-content: center;
}
.contMain .container0 .tornar {
    background-color: #4D4D4D;
    text-decoration: none;
    font-size: 1.8em;
    font-weight: bold;
    color: white;
}

.logo{
    color: #0094FF;
    font-weight: bold;
}
.slayer {
    color: #00FF00;
    font-weight: bold;
}
.contMain .container0 .tornar:hover {
    color: #00FF00;
}
.contSecund {
    height: 80px;
}

.container1 .redireccio {
    text-decoration: none;
    color: black;
    font-weight: bold;;
}
.container1 .redireccio:hover {
    color: #0094FF;
}
.container1 {
    display: flex;
    justify-content: center;
}
.separate {
    color: white;
}
.separator {
    font-weight: bold;
    color: black;
}