﻿.top-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5px;
}

.top-container img {
    height: 40px;
    width: auto;
}

.draft-image {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin-top: 35px;
    margin-bottom: 50px;
    border: 2px solid black;
}

.dates {
    border: 2px solid black;
    border-radius: 25px;
    padding: 5px;
    font-weight: bolder;
    margin-top: 10px;
    margin-bottom: 30px;
}

.small-paragraph-container {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 25%;
}

.small-paragraph-container p {
    text-align: center;
    color: gray;
}