body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: black;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.logos {
    display: flex;
    justify-content: space-between;
    width: 400px;
    margin-bottom: 20px;
}

.logo {
    width: 250px;
}


.tagline {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: floralwhite;
}

.abs-button {
    background-image: linear-gradient(to right, #00c4ff, #28377c);
    color: white;
    margin-top: 2rem;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-image 0.5s ease-in-out;
}

.abs-button:hover {
    background-image: linear-gradient(to right, #0069d9, #007bff);
}

.abstractit-group {
    font-family: "Jura", sans-serif;
    font-optical-sizing: auto;
    font-weight: lighter;
    font-style: normal;
    color: white;
    font-size: 3rem;
}


a.abstractit {
    color: white;
}

ul.list, ul.list li {
    list-style: none;
}

section#start {
    background-image: linear-gradient(-30deg, #000000, #020210);
}

section#mainstring {
    background-image: linear-gradient(-20deg, #eeeeee, #efefff);
}

section#mainstring p, section#mainstring h1 {
    color: #454545;
    font-family: 'Roboto', sans-serif;
}

section#abstractit {
    background-image: linear-gradient(-30deg, #00c4ff, #28377c);
}

section#abstractit p {
    color: #eeeeee;
}
