body {
    background-image: conic-gradient(#ff8a00, #e52e71);
    background-image: conic-gradient(red 50deg, yellow 100deg, lime 200deg, aqua, blue, magenta, red);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Courier New", monospace;
}

#subtitle {
    font-family:'Courier New', Courier, monospace;
    margin-left: 20px;
    margin-top: 20px;
}

.link {
    font-family:'Courier New', Courier, monospace;
    margin-left: 20px;
}

.socials{
    position: absolute;
    bottom: 8px;

    

}

.icon{
    width:20px;
}


#resumelink {
    margin-top: 20px;
}
