@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{ background-color: #a3a3a3; color: rgb(0, 0, 0); } footer{ background: rgb(255, 255, 255); color: rgb(0, 0, 0); } a{ color: rgb(0, 0, 0); border: 1px solid rgb(255, 255, 255) ;
font-size: 25px; } strong{ color:#22D4FD; } h1{ color: #6DFCED; } P{ color: #000000; } .presentacion { display: flex; align-items: center; justify-content: space-between; margin: 10% 15%; } .presentacion__contenido{ width: 615px; display: flex; flex-direction: column; gap: 50px; } .presentacion__contenido__titulo{ font-size: 36px; font-family: "Krona One", sans-serif;
} .presentacion__contenido__texto{ font-size: 24px; font-family: "Montserrat", sans-serif;
} .presentaciones__enclaces{ display: flex; justify-content: space-between; flex-direction: column; align-items: center; gap: 32px; } .presentaciones__enclaces__subtitulo{ font-size: 24px; font-family: "Krona One", sans-serif;
} .presentaciones__enclaces__link{ width: 378px;
text-align: center;
padding: 21.5px 0;
border-radius: 8px;
font-size: 24px;
font-weight: 600;
text-decoration: none;
color: #f6f6f6;
font-family: "Montserrat", sans-serif;
border: 2PX solid #22D4FD;
}