﻿body {
    margin: 0;
}


.main-div {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: lemonchiffon;
    position:relative;
}



.Back {
    color: black;
    text-decoration: none;
    z-index: 20;
    position: absolute;
    top: 2vw;
    left: 2vw;
    font-size: 2vw;
    transition:0.3s;
}

    .Back:hover{
    color:darkslateblue;
    font-size: 2.02vw;
    }



.create {
    display: flex; 
    align-items: center; 
    gap: 10px; 
    margin-top: 10px;
    margin-bottom: 10px;
}

.text {
    font-size: 35px;
    margin: 0;
    width: 150px; 
    margin-right:25px;
}

.create input {
    flex: 1; 
    padding: 2px 4px;
    font-size: 20px;
}


.submit {
    margin-top: 3vw;
   
    width: 500px;
    height: 45px;
    font-size: 18px;
    cursor: pointer;
    align-self: center;
    justify-self: center;
}


































.display {
    font-size: 70px;
}