@font-face {
    font-family: 'Roboto';
    src: url('Outfit-Regular.ttf') format('woff2'),
         url('Outfit-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    text-align: center;
    font-family: Roboto;
    background-color: #1E1A2E;
}


h1, h2, h3, h4, h5, h6, p {
    color: #E0D1F9;
}


/* .site {
    border: 5px solid #FFF;
    border-radius: 20px;
} 
*/ 


#hone {
    padding-top: 180px;
    padding-bottom: 50px;
}

.stuffme {
    font-weight: 700;
}


.stuffmetext {
    color: rgb(136, 102, 192)
}

a:visited {
  color: #9D4EDD;
}

#stuffAme {
    border: 3px solid #E0D1F9;
    border-radius: 70px;
    box-sizing: border-box;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
    margin-top: 10px;
    animation: glow 1.5s infinite alternate;
    box-shadow: 0 0 5px 0 #E0D1F9;
    padding-bottom: 16px;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px 0 #D6D3D1, 0 0 5px 0 #D6D3D1;
        border-color: #E0D1F9;
    }
    100% {
        box-shadow: 0 0 5px 6px #D6D3D1, 0 0 5px 5px #D6D3D1;
        border-color: #D6D3D1;
    }
}

a {
    display: inline-block;
    color: #9D4EDD;
    transition: transform 0.13s cubic-bezier(.4,1,.6,1), box-shadow 0.13s;
}

a:hover {
    transform: scale(1.04);
    z-index: 1;
}

#stuffAme2 {
    border: 3px solid #E0D1F9;
    border-radius: 70px;
    box-sizing: border-box;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
    margin-top: 10px;
    animation: glow 1.5s infinite alternate;
    box-shadow: 0 0 5px 0 #E0D1F9;
    padding-bottom: 16px;
}

#stuffAme3 {
    border: 3px solid #E0D1F9;
    border-radius: 70px;
    box-sizing: border-box;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
    margin-top: 10px;
    animation: glow 1.5s infinite alternate;
    box-shadow: 0 0 5px 0 #E0D1F9;
    padding-bottom: 16px;
}


.white {
    color: #E0D1F9;
}


#Installation {
    border: 3px solid #D6D3D1;
    border-radius: 70px;
    box-sizing: border-box;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
    margin-top: 10px;
    animation: glow 1.5s infinite alternate;
    box-shadow: 0 0 5px 0 #D6D3D1;
    padding-bottom: 16px;
}



li {
    list-style-type: none;
}


.code-thing {
    font-family: 'Courier New', Courier, monospace;
    background-color: white;
}


.borders {
    border: 3px solid #D6D3D1;
    border-radius: 70px;
    box-sizing: border-box;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
    margin-top: 10px;
    animation: glow 1.5s infinite alternate;
    box-shadow: 0 0 5px 0 #D6D3D1;
    padding-bottom: 16px;
}


.bold {
    font-weight: 700;
}

#credits {
    border: 3px solid #D6D3D1;
    border-radius: 70px;
    box-sizing: border-box;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 50px;
    margin-top: 10px;
    animation: glow 1.5s infinite alternate;
    box-shadow: 0 0 5px 0 #D6D3D1;
    padding-bottom: 16px;
}


li {
    color: #E0D1F9;
}

.warning {
    font-weight: 600;
    color: red;
}


.info {
    color: yellow;
}

.boldh {
    font-weight: 900;
}