* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

a {
    text-decoration: none;
    color: inherit;
}

input {
    border: 3px solid #000;
    border-radius: 15px;
    height: 50px;
    width: 1000px;
    font-size: 20px;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    background: #e6e6dd;
}

input:hover, input:focus {
    background: #ffffff;
}

.name {
    width: 1000px;
    height: 100px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -500px;
}

.name strong {
    font-size: 4rem;
    text-align: center;
}

.img {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -50px;
}

.textbox {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -550px;
}

.textbox label {
    font-size: 20px;
    width: 100px;
    height: 50px;
}