.connect {
    width: 300px;
    padding: 20px;
    border: 2px solid #ff0000;
    border-radius: 10px;
    text-align: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
    background-color: #000000;
    transition: 0.9s;
}

.connect:hover {
    transform: scale(0.9);
}
.connect h1 {
    font-family: "Poppins";
    font-size: 30px;
    text-align: center;
    color: aliceblue;
    position: relative;
    top: 6px;

}

.connect img {
    width: 300px;
    display: block;
    margin: 0 auto;
    border-radius: 40px;
}

.connect h2 {
    font-family: "Poppins";
    font-size: 20px;
    text-align: center;
    color: aliceblue;
}

.connect button {
    font-family: "Poppins";
    color: #ffffff;
    font-size: 23px;
    background-color: #ffffff;
    border-color: #ff0000;
    background-color: #000000;
    cursor: pointer;
}


.conn {
    width: 300px;
    height: 500px;
    padding: 20px;
    border: 2px solid #ff0000;
    border-radius: 10px;
    text-align: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
    background-color: #000000;
    transition: 0.9s;
}

.conn:hover {
    transform: scale(0.9);
}


.conn h1 {
    font-family: "Poppins";
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    font-size: 28px;
}

.conn p {
    font-family: "Poppins";
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    font-size: 28px;
}

.conn h2 {
    font-family: "Poppins";
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    font-size: 28px;
}

.conn input {
    border-radius: 100px;
    width:  200px;
    padding: 10px;
}

.conn button {
    font-family: "Poppins";
    color: #ffffff;
    font-size: 33px;
    background-color: #ffffff;
    border-color: #ff0000;
    background-color: #000000;
    cursor: pointer;
    position: relative;
    top: 70px;
}

