body {
    background-image: radial-gradient(circle, rgb(73, 73, 73) 0%, rgb(0, 0, 0) 90%);
    height: 100vh;
    max-width:fit-content;
}

html {
    scroll-behavior: smooth;
}

header {
    align-content: center;
    display: flex;
    flex-direction: row;
    margin-left: 175px;
    width: 78.5%;
    height: 150px;;
    background-color: rgba(13, 13, 17, 0.603);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 7px;
    outline-color: #af9f0ef6;
    outline-width: 2px;
    outline-style: dotted;
    outline-offset: 1px;
    box-shadow: 0px 0px 40px 20px rgb(7, 7, 7);
    position: fixed; z-index: 999;
    top: 0;

}

.navig {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: .2rem;
    color: rgb(255, 255, 255);
}

p {
    padding: 9px;
    font-family: 'Abel', Segoe UI, sans-serif;
    font-size: 22px;
    color: rgb(254, 254, 255);

}

ul {
    margin-left: 170px;
    color: rgb(254, 254, 255);
  }


.navi {
    font-family: 'Aldrich', Segoe UI, sans-serif;
    font-size: 28px;
    letter-spacing: normal;
    margin-left: 25px;
    color: rgb(254, 254, 255);
    display: inline;

}

.navi a:hover {
    color: rgb(244, 255, 240);
    animation: items;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-timing-function: ease;

  }

@keyframes items {
    50% {text-shadow: 2px 2px 20px rgb(255, 251, 1); font-size: 32px;}
    100% {text-shadow: 2px 2px 15px rgba(255, 217, 0, 0.815);font-size: 32px;transform: scale(2, 3);}
}

.lista {
    font-family: 'Abel', Segoe UI, sans-serif;
    font-size: 18px;
    margin-left: 40px;
    color: rgb(254, 254, 255);
    list-style-type: circle;
}

a:any-link {
    color: rgb(255, 255, 255);
    text-decoration-color: rgb(230, 16, 201);
    text-decoration: none;
}

.titulo {
    text-shadow: 1px 1px 2px rgb(13, 131, 160), 0 0 20px rgb(231, 235, 11), 0 0 5px rgb(52, 152, 165);
    font-family: 'Righteous', Segoe UI, sans-serif;
    font-size: 38px;
    margin-left: 100px;
    margin-top: 17px;
    letter-spacing: 12px;
}

.subtitulo {
    font-family: 'Bakbak One', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 26px;
    text-shadow: 1px 1px 2px rgb(13, 131, 160), 0 0 20px rgb(255, 255, 255), 0 0 5px rgb(20, 62, 179);
    margin-left: 185px;
    color: rgb(255, 255, 255);
}

.subtitulo2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-weight: 400;
    color: rgb(255, 255, 255);
    padding: 30px;
}

.titulobox0 {
    font-family: 'Aldrich', 'Segoe UI', sans-serif;
    color: rgba(0, 117, 250, 0.993);
    padding-left: 20px;
    font-size: 30px;
    text-shadow: 1px 1px 20px rgb(71, 70, 70);
}

.titulobox1 {
    font-family: 'Aldrich', 'Segoe UI', sans-serif;
    color: rgba(243, 31, 31, 0.993);
    padding-left: 20px;
    font-size: 30px;
    text-shadow: 1px 1px 20px rgb(12, 12, 12);
}

.titulobox2 {
    font-family: 'Aldrich', 'Segoe UI', sans-serif;
    color: rgba(255, 166, 0, 0.993);
    padding-left: 20px;
    font-size: 30px;
    text-shadow: 1px 1px 20px rgb(56, 55, 55);
}

.box0 {
    margin-top: 190px;
    margin-left: 175px;
    width: 40%;
    border: 4px solid rgba(1, 110, 252, 0.548);
    padding: 8px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 5px rgb(4, 42, 146);
}

.box0:hover
{
    color: rgb(244, 255, 240);
    animation: anim0;
    animation-duration: 900ms;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-timing-function: ease;
    transition: width 2s, height 4s;
}

@keyframes anim0 {
    100% {box-shadow: 0px 0px 15px 20px rgb(4, 42, 146);}
}

.box1 {
    margin-top: 5px;
    margin-left: 175px;
    width: 40%;
    border: 4px solid rgb(214, 177, 9);
    padding: 8px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 5px rgb(196, 146, 9);
}

.box1:hover
{
    color: rgb(244, 255, 240);
    animation: anim1;
    animation-duration: 900ms;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-timing-function: ease;
    transition: width 2s, height 4s;
}

@keyframes anim1 {
    100% {box-shadow: 0px 0px 15px 20px rgb(214, 177, 9);}
}


.box2 {
    margin-top: 5px;
    margin-left: 950px;
    width: 37.5%;
    border: 4px solid rgb(235, 7, 7);
    padding: 8px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 5px rgb(197, 12, 12);
}

.box2:hover
{
    color: rgb(244, 255, 240);
    animation: anim2;
    animation-duration: 900ms;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-timing-function: ease;
    transition: width 2s, height 4s;
}

@keyframes anim2 {
    100% {box-shadow: 0px 0px 15px 20px rgba(219, 8, 8, 0.548);}
}

.secciontitulo {
    background-image: url("https://c.tenor.com/ShphQRiwlEgAAAAC/matrix-code.gif");
    background-color: rgba(17, 16, 16, 0.562);
    margin-left: 175px;
    margin-top: 40px;
    width: 80%;
    align-content: center;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 5px rgb(1, 66, 30);
}

.tituloproyecto1 {
    font-family: 'Changa One', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-weight: 800;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.781);
    padding-top: 40px;
    margin-bottom: 10px;
    text-shadow: 4px 4px 2px rgb(255, 255, 255);

}

.proyecto1 {
    margin-left: 175px;
    background-image: url("https://images.squarespace-cdn.com/content/v1/5370e5afe4b0a4617ea27c94/1532034195956-WLE7YRYKW8GDOJ6Y8TFJ/Header+Image+Noah-Rifle-3.png");
    background-color: rgba(17, 16, 16, 0.562);
    margin-top: 40px;
    width: 80%;
    align-content: center;
    border-radius: 15px;
    height: 430px;

}

.tituloproyecto2 {
    font-family: 'Calistoga', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-weight: 800;
    font-size: 44px;
    color: rgb(231, 192, 17);
    padding-top: 40px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 6px rgb(0, 0, 0);

}

.proyecto2 {
    margin-left: 175px;
    background-image: url("https://www.verkehrshaus.ch/fileadmin/_processed_/1/5/csm_0_head_shop_ebfed7982a.jpg");
    background-color: rgba(17, 16, 16, 0.562);
    margin-top: -20px;
    width: 80%;
    align-content: center;
    border-radius: 15px;
    height: 430px;

}

.tituloproyecto3 {
    font-family: 'Audiowide', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-weight: 800;
    font-size: 46px;
    color: rgba(2, 255, 242, 0.705);
    padding-top: 40px;
    margin-bottom: 10px;
    text-shadow: 4px 4px 4px rgb(156, 0, 247);

}
/* 127, 0, 247
0, 255, 242 */
.proyecto3 {
    margin-left: 175px;
    background-image: url("https://hitstart.co.uk/wp-content/uploads/2022/02/220211_whatisretrogaming_f3.jpeg");
    background-color: rgba(17, 16, 16, 0.562);
    margin-top: -20px;
    width: 80%;
    align-content: center;
    border-radius: 15px;
    height: 430px;

}

.pproy1 {
    padding: 9px;
    margin-left: 50px;
    margin-top: 50px;
    font-family: 'Abel', Segoe UI, sans-serif;
    font-size: 22px;
    color: rgb(254, 254, 255);
    width: 50%;
    background-color: rgba(17, 16, 16, 0.562);
    border-radius: 20px;
    padding: 30px;
    display: flex;

}

.pproy2 {
    padding: 9px;
    margin-left: 50px;
    margin-top: 50px;
    font-family: 'Abel', Segoe UI, sans-serif;
    font-size: 22px;
    color: rgb(254, 254, 255);
    width: 50%;
    background-color: rgba(0, 0, 0, 0.815);
    border-radius: 20px;
    padding: 40px;
    display: flex;

}

footer {

    margin-left: -10px;
    width: 101%;
    
}