body {
 background-color: #2A0D3B;
 color: #952ED1;
 margin: 0;
 padding: 0;
 font-family: Verdana;
 text-align: center;
 height: 100vh;
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: center;
 padding-top: 20px;
}

#welcome-text {
 font-size: 2.5rem;
 margin: 20px 0;
 width: 100%;
}.intro-text {
 font-size: 1.2rem;
 margin: 20px 0;

  
}.socials {
 width: 48%;
 margin: 20px 1%; 
 text-align: left;
 max-width: 800px;
}.socials-header {
 font-size: 1.2rem;
 margin-bottom: 10px;
}.socials img {
 max-width: 100px;
 height: auto;
 margin-top: 10px;

  
}.interests {
 float: right; /* Add this line */
 width: 48%; /* Add this line */
 margin: 20px 1%; /* Add this line */
 text-align: right;
 
}.interests h2 {
 font-size: 1.8rem;
 margin-bottom: 10px;

  
}.interests ul {
 padding: 0;
 list-style-type: none;
 margin-top: 0;

  
}.interests li {
 margin: 8px 0;
 font-size: 1.1rem;
}

a {
 color: #FF69B4;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}