SOCK THERAPY SESSION

Today's Sock Count: 14

Current Sock Ratio: 3-1 (3 matching, 1 single)

Session Goal: Achieve Sock Harmony

Session Goals:

Today's Sock Drama:

Seek Sock Confidant
Sock Support Group
/* CSS */ body { background-image: linear-gradient(to bottom, #FFD700, #FFC080); background-size: 100% 100px; padding: 20px; } .content-box { background: #F2F2F2; padding: 10px; width: 80%; margin: 0 auto; } .session-info { background: #C7C5B1; padding: 5px; border: 4px solid black; } .session-goals { background: #FF69B4; padding: 5px; border: 4px solid black; } .session-notes { background: #F7D7C7; padding: 5px; border: 4px solid black; } .bottom-bar { position: fixed; bottom: 0; width: 100%; background: #D7E6FA; text-align: center; padding: 5px; } .session-links { text-align: center; } .session-links a { display: block; padding: 5px; margin: 5px; border: 4px solid black; text-decoration: none; color: #000; } .session-links a:hover { background: #C7C5B1; } .bottom-bar a { display: block; padding: 5px; margin: 5px; border: 4px solid black; text-decoration: none; color: #000; } .bottom-bar a:hover { background: #C7C5B1; } /* Custom Font */ @font-face { font-family: 'Bangers'; src: url('Bangers-Regular.woff2'); } @font-face { font-family: 'Satoski'; src: url('Satoski.woff2'); } body { font-family: 'Bangers'; }