h1{color: darkorange;}
p{color: indianred;}
p{font-size:18px;}
img{box-orient:landscape;}
h4{font-family:algerian;}

marquee {
  color: white;              /* Text color */
  font-size: 30px;           /* Size of text */
  font-weight: bold;         /* Makes text thicker */
  background-color: #2e86de; /* Blue background */
  padding: 10px;             /* Space around text */
  border-radius: 8px;        /* Smooth corners */
}.registeration-form {
    width: 300px;
    padding: 30px;
    margin: 10% auto;
    background: #ddd;
}

.registeration-form h2,
p {
    text-align: center;
    margin: 5px 0;
}

.registeration-form p:nth-child(2) {
    margin-bottom: 10px;
    font-size: 14px;
}

.registeration-form .flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.registeration-form .flex input[type=text] {
    width: 110px;
    border: none;
    outline: none;
    height: 38px;
    padding-left: 15px;
}

.registeration-form input.input {
    width: 100%;
    height: 38px;
    padding-left: 15px;
    border: none;
    outline: none;
    margin: 10px 0;
}

.registeration-form button {
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    background: lightseagreen;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 3px 3px 5px rgb(0, 0, 0, .2);
}
body{background: burlywood; }