body
{
    overflow: hidden;
    place-items: center;
    color: black;
    background: linear-gradient(135deg, #283048, #859398, #1e1e1e);
    text-decoration: none;
    
}


h1{
    position: absolute;
    left: 38%;
    top:10%;
    width: 200px;
    height: 100px;


    display: flex;
            justify-content: center;
            align-items: center;
            
    
    
}



h2{
    position: absolute;
    left: 70%;
    top: 50%;
    text-decoration: solid;
    rotate:-45deg;

    font-size: 50px;
    color: lightblue;
}

form
{
    position: absolute;
    border: 5px solid black;
    width: 700px;
    height: 700px;

        display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

    left: 26%;
    top: 10%;

    background-color: lightgrey;

    
}

input, button
{
    margin: 15px;

}

button
{
    width: 100px;
    height: 60px;
    font-size: 20px;

    background-color: lightblue;

}

label
{
 font-size: 20px;   
}




#home {
    position: absolute;
    top: 1%;
    left: 1%;
    width: 170px;
 

    display: flex;
    align-items: center;
    justify-content: space-between;
}


#Home_arrow {
    display: flex;
    align-items: center;
    transform: rotate(180deg);
}

.arrow-line-home {
    width: 40px;
    height: 5px;
    background-color: rgb(255, 252, 252);
}

.arrow-head-home {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent rgb(255, 255, 255);
}

.cant{
    margin: 20px;
}


.home {
    width: 130px;
    height: 30px;
    background-color: black;
    color: rgb(255, 250, 250);
    font-size: 16px;
    padding: 10px;
    display: flex;
    justify-content: center; 
    align-items: center; 
    
}
