body{
    margin: 0px;
    background-image: url("../asset/img/image.png");
    background-size: cover;
}

.box1{
    background-color: white;
    width: 20%;
    margin: 0 auto;
    justify-content: center;
    margin-top: 80px;
    border-radius: 15px;
    box-shadow: 0 4px 8px #000, 0 6px 20px 0 #000;
    
}

.box2{
    display: flex;
    align-items: center;

}

header{
    background-color: #3B3B3B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10PX;
}

header a{
    text-decoration: none;
    color: white;
}

header input{
    border-radius: 200px;
    padding: 3px;
}