@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); .App { background-color: rgb(243, 242, 241); height: 100vh; } .card { border: 1px solid black; border-radius: 5px; padding: 10px; } .or-thing { border-top: 1px solid rgb(213, 213, 213); display: flex; -webkit-box-pack: center; justify-content: center; margin-bottom: 20px; margin-top: 20px; } .or-thing span { margin-top: -13px; background-color: rgb(255, 255, 255); padding: 0px 8px; } .form-container { background-color: white; border-radius: 10px; padding: 15px 30px; margin-top: 80px; } /*font-family: 'Ubuntu', sans-serif;*/ /*font-family: 'Cairo', sans-serif;*/