body {
    background-color: rgb(255, 255, 255);
}

span {
    color: rgba(59, 59, 59, 0.301);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    user-select: none;
}

.div {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
}

.window {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 600px;
    width: 500px;
    background-color: rgba(26, 26, 26, 0.432);
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    user-select: none;
}

ul {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    user-select: none;
}

.github {
    text-decoration: none;
    color: white;
    user-select: none;
}

.github:active {
    color: white;
    user-select: none;
}

.header {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	user-select: none;
	color: white;
	font-size: 16px;
}
