

body {
  font-family: 'Founders Grotesk', sans-serif;
  text-align: center; /* Center the text horizontally */
  font-size: 23px;
}

.wrapper {
  display: grid;
  place-items: center;
  margin: 0 1rem;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.linkedin-button {
    display: inline-block;
    background-color: #0077b5; /* LinkedIn blue */
    color: white; /* White text */
    font-size: 16px; /* Font size */
    padding: 10px 20px; /* Padding for button size */
    border-radius: 4px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    font-weight: bold; /* Bold text */
    text-align: center; /* Center text */
    transition: background-color 0.3s, box-shadow 0.3s; /* Smooth transition for hover effects */
}

.linkedin-button:hover {
    background-color: #005582; /* Darker blue on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect */
}

.linkedin-button:active {
    background-color: #004060; /* Even darker blue when button is clicked */
}

btext{
  font-family: 'arial', sans-serif;
  text-align: center; /* Center the text horizontally */
  font-size: 30px;
}
