@font-face{
    font-family: "Metropolis";
    src: url('../fonts/metropolis/Metropolis-Light.otf') format('opentype');
}


/* Set blue background */
body {
    background-color: #5b9bd5; /* Blue color */
    color: #ffffff; /* White color */
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    text-decoration: none;
}
h1{
    text-align: center;
    color: #ffffff;
    font-size: 36px;
}
h2{
    color: #ffffff;
    text-align: center;
}
h3{
    color: white;
    position: relative;
    top: 200px;
}


button{
    border-radius: 45%;
    color:yellow;
    background-color: black;
    padding: 5px 5px 5px 5px;
}
a{
    text-decoration: none;
}
.raid{
    text-decoration: underline;
    color: inherit;
}
.raid:hover{
    text-decoration: underline;
    color: lightblue;

    opacity: 100%;
}

.arrow-right {
    position: relative;
    margin-top: 200px;
    margin-right: 50%;
    width: 200px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
    background-color: rgb(255, 255, 255); /* Adjust color as needed */
}

.arrow-right::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-bottom: 25px;
    margin-top: -45px; /* Adjust size as needed */
    border-top: 45px solid transparent; /* Adjust size as needed */
    border-bottom: 45px solid transparent; /* Adjust size as needed */
    border-left: 90px solid rgb(255, 255, 255); /* Adjust size and color as needed */
}

#bio{
    margin-right: 200px;
    margin-bottom: 500px;
}

#block{
    display: inline-block;
}

#evan{
    display: inline-block;
    
}

.bio{
    width: 30%;
    display: block;
    float:right;
    background-color: #ebe9e9;
    color: black;
    border-radius: 12%;
    padding: 20px 15px 15px 20px;;
}