body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-image: url("allColleges.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Protest Guerrilla", sans-serif;
}

.form-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 9px 20px rgb(90, 45, 58);
    width: 300px;
    box-sizing: border-box;
    position: relative;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

input[type="button"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: green;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

input[type="button"]:hover {
    background-color: #338833;
}

button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #f0f0f0;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
}

button:hover {
    background-color: #ddd;
}
#college{
    width:100%;
}
#saying{
    font-family: Arial, Helvetica, sans-serif;
    position:relative;
    left:67px;
}
img{
    width:200px;
    height:auto;
    position:relative;
    left:35px;
    border-radius: 25px;

}

