.p1 {
    margin-top: 100px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    text-align: center;
}

.form {
    margin-top: 50px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    text-align: center;
    background-color: #e8e8e8;
    border-radius: 10px;
}

.text-input {
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    text-align: center;
    background-color: #131921;
    color: white;
    font-family: "Lexend Deca", serif;
    border-radius: 5px;
    width: 400px;
    height: 30px;
}

.text-input:hover{
    outline: #ca0a32 solid 2px;
    outline-offset: 2px;
}

.text-input:target {
    outline: #ca0a32 solid 2px;
    outline-offset: 2px;
}
.resum {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    background-color: #e8e8e8;
    border-radius: 10px;
}

.background-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hoverlay {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    margin-bottom: 0.5%;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.hoverlay h1 {
   margin-top: 16px;
}

.resum p{
    margin-left: 1.5%;
    padding: 0;
}

