@import url('https://fonts.googleapis.com/css2?famiky=Source+Sans+Pro:wght@600&display=swap');


* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

nav {
    background: #161617;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

nav ul {
    display: flex;
}

nav ul li {
    margin: 0 10px;
    line-height: 80px;
}

nav ul li a {
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}

a.active,
a:hover {
    background: black;
    transition: 0.5s;
}

.logo {
    color: white;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
}

body {
    background: #121212;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
}

.flexbox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 100px 0;
    text-align: center;
}

.quote {
    font-weight: 700;
    font-size: 24px;
    font-family: "courier new";
    width: 50%;
    max-width: 650px;
}

button {
    background-color: #5865f2;
    color: azure;
    border-radius: 50px;
    width: 300px;
    height: 60px;
    font-size: 24px;
    border-radius: 30px;
    letter-spacing: 4px;
    box-shadow: 0 0 0 0 #808080;
    transition: ease-out 0.4s;
    outline: none;
}

button:hover {
    box-shadow: inset 300px 0 0 0 white;
    cursor: pointer;
    color: #5865f2;
}

.due {
    margin: 0 auto;
}

.PFPS{
    display: flex; 
    justify-content: space-evenly; 
    align-items: flex-start; 
    flex-direction: column; 
    height: 800px;
    margin-left: 200px; 
    gap: 70px
    
    
}

.PFPS img{

    border-radius: 50%; 
    
}

.info{
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-evenly;
    align-items: space-evenly;
    position: absolute;
    gap: 190px;
    height: 600px;  
    margin-top: -720px;
    width: 1200px;
    margin-left: 450px;
    font-family: "courier new";
    font-size: 20px; 

}

.z{
    width: 200px;
    height: 100px; 
}

.MS{
    font-size: 20px; 
    display: flex; 
    font-family: "courier new";
    justify-content: center;
    margin-top: 5px;
    
}

.MS1{
    font-size: 50px; 
    display: flex; 
    font-family: "courier new";
    justify-content: center;
    margin-top: 5px;
    font-weight: 700px;
    
}

.boxes{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute; 
    flex-direction: column;
    width: 1850px;
    height: 90%;
    margin-top: -845px; 
    gap: 57px;
    z-index: -500; 
}

.box{
    width: 100%;
    height: 225px; 
  
}

.w{
    background-color: #191919; 
}

.x{
    background-color: #1a6985; 
}

.y{
    background-color: #40343c; 
}

.form{
  
    margin: auto;
    width: 60%;
    border: 3px solid #121212;
    padding: 10px;
   
}
