.videos-page{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:100%;width:100%}.videos-page h1{margin:10rem 0}.videos-page .list-and-form{display:flex;width:100%;column-gap:4rem}.videos-page .list-and-form .list{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:60%}.videos-page .list-and-form .list .list-item{margin-bottom:3rem;width:100%;border:1px solid blue;padding:2rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.videos-page .list-and-form .submit-new{border:1px solid hsla(0,0%,50%,.507);border-radius:5px;padding:1rem 2rem;display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content}.videos-page .list-and-form .submit-new .input-row{display:flex;flex-direction:column}.videos-page .list-and-form .submit-new .input-row label{font-size:1.25rem;font-weight:500;margin-bottom:1rem}.videos-page .list-and-form .submit-new .input-row input{margin-bottom:1rem;font-size:1rem;padding:10px;color:#6f6ffd;font-weight:700;border:2px solid #6f6ffd}.videos-page .list-and-form .submit-new button{margin-top:2rem;margin-bottom:2rem}