body{margin:0;padding:0;display:flex;;flex-direction:column;min-height:100vh; font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif}

.top{background-color:#1F2937;padding:20px;border:0;}

.header-text{color:white;display:flex;justify-content:space-between;margin-bottom:20px;font-size:24px;margin-right:80px;font-weight:bold;}

.signup{background-color:#3882f6;padding:20px;color:white;font-size:17px;border-radius:10px;font-weight:bold;border-style:none;outline-style:none;}

ul{display:flex; justify-content:flex-end;margin:0;padding:0;list-style-type:none; gap:15px;font-weight:100;}

a{text-decoration:none;color:#E5E7EB;font-size:18px;}

img{width:100px;height:100px;border-radius:25px;border:2px solid #1F2937}

.information{max-width:100px;}

.container{display:flex;justify-content:center;gap:50px;text-align:center;}

.box{display:flex;align-items:center;justify-content:space-between;font-size:24px;color:#F9FAF8;padding-bottom:40px;}

.head-img{height:400px;width:300px;margin-right:200px;}

.subtext{font-size:18px;color:#E5E7EB}

.aluna{display:flex;justify-content:space-between;flex-direction:row-reverse;align-items:flex-start;margin-left:50px;margin-right:300px;}

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

.quote{border-style:solid;border-color:black;background-color: #E5E7EB;font-size:36px; font-style:italic;color:#1F2937}

.figcaption{align-self:flex-end;text-align:right;
padding-right:195px;}

.action{display:flex;
justify-content:space-around;
align-items:center;
border-radius:10px;
width:70%;
margin:50px auto;
padding:40px 30px;
background-color: #3882f6;
color:white;}

.words{display:block;}

.button{   background-color: Transparent;
  background-repeat:no-repeat;
  border:solid;
  cursor:pointer;
  overflow: hidden; 
color:white; 
background-color: #3882f6;
font-weight:bold;
border-radius:10px; 
font-size:20px;
font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif}

.footer{display:flex;background-color:#E5E7EB;justify-content:center;align-items:center;padding:20px;}