body {
    margin: 0;
    background: url("https://c1.wallpaperflare.com/preview/86/468/54/student-people-latin-school.jpg");
    background-size: cover;
}
.wrapper {
    display: flex;
    flex-direction: column;
}
.wrapper input {
    border-radius: 15px;
    padding: 10px;
    border: none;
    background: rgb(213, 215, 219);
    color: black;
    margin-bottom: 5%;
}
b {
    color: chocolate;
}
.button {
    padding: 12px 15px;
    width: 15%;
    color: black;
    text-decoration: none;
    background: brown;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    margin: 0;
}
.victor {
    list-style-type: none;
    text-decoration: none;
    color: chocolate;
    font-size: 25px;
    margin-bottom: 2%;
}
